[FIX]配置文件修改
This commit is contained in:
parent
1ca77573bc
commit
3f1a325c5d
23
conf/app.ini
23
conf/app.ini
|
@ -1,23 +0,0 @@
|
||||||
RUN_MODE = debug
|
|
||||||
|
|
||||||
[app]
|
|
||||||
PAGE_SIZE = 10
|
|
||||||
JWT_SECRET = 23347$040412
|
|
||||||
|
|
||||||
[server]
|
|
||||||
HTTP_PORT = 8000
|
|
||||||
READ_TIMEOUT = 60
|
|
||||||
WRITE_TIMEOUT = 60
|
|
||||||
|
|
||||||
[database]
|
|
||||||
TYPE = postgres
|
|
||||||
USER = postgre
|
|
||||||
PASSWORD = 123456
|
|
||||||
HOST = 127.0.0.1
|
|
||||||
PORT = 5432
|
|
||||||
NAME = data_govern
|
|
||||||
TABLE_PREFIX = d_
|
|
||||||
|
|
||||||
[redis]
|
|
||||||
HOST = 127.0.0.1
|
|
||||||
PORT = 6379
|
|
|
@ -11,9 +11,14 @@ WRITE_TIMEOUT = 60
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
TYPE = postgres
|
TYPE = postgres
|
||||||
USER = postgres
|
USER = postgre
|
||||||
PASSWORD = 123456
|
PASSWORD = 123456
|
||||||
HOST = postgres
|
HOST = 127.0.0.1
|
||||||
PORT = 5432
|
PORT = 5432
|
||||||
NAME = dbname
|
NAME = data_govern
|
||||||
TABLE_PREFIX = g_
|
TABLE_PREFIX = d_
|
||||||
|
|
||||||
|
[redis]
|
||||||
|
HOST = 127.0.0.1
|
||||||
|
PORT = 6379
|
||||||
|
DB = 1
|
Loading…
Reference in New Issue