Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 5527df5

Browse files
author
yufeizhao
committed
update
1 parent 10ad4b2 commit 5527df5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/config/config.dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
server:
33
debug: true
44
host: 0.0.0.0
5-
port: 8000
5+
port: 10002
66
allow_origin: "*"
77
thread_worker: 60
88
requests_cache: 60

app/config/config.pre.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
server:
33
debug: true
44
host: 0.0.0.0
5-
port: 8000
5+
port: 10002
66
allow_origin: "*"
77
thread_worker: 60
88
requests_cache: 60

app/config/config.prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
server:
33
debug: false
44
host: 0.0.0.0
5-
port: 8000
5+
port: 10002
66
allow_origin: "*"
77
thread_worker: 60
88
requests_cache: 60

app/config/config.test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
server:
33
debug: true
44
host: 0.0.0.0
5-
port: 8000
5+
port: 10002
66
allow_origin: "*"
77
thread_worker: 60
88
requests_cache: 60

0 commit comments

Comments
 (0)