Initial commit: OmniAI backend server
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
PG_HOST=localhost
|
||||
PG_PORT=5432
|
||||
PG_DATABASE=omniai
|
||||
PG_USER=omniai
|
||||
PG_PASSWORD=bybyby@123
|
||||
PG_POOL_MAX=10
|
||||
PORT=3600
|
||||
HOST=0.0.0.0
|
||||
JWT_SECRET=499808ef76791e59ab1019f8fbb86d2b
|
||||
DEFAULT_ADMIN_PASSWORD=bybyby@123BY
|
||||
JWT_EXPIRES_IN=7d
|
||||
CORS_ORIGINS=*
|
||||
Reference in New Issue
Block a user