13 lines
287 B
Bash
13 lines
287 B
Bash
APP_NAME=secretary-api
|
|
APP_ENV=local
|
|
APP_HOST=0.0.0.0
|
|
APP_PORT=8010
|
|
DATABASE_URL=mysql+pymysql://baron_support:baron_support@127.0.0.1:13308/baron_support
|
|
ABC_API_BASE_URL=http://127.0.0.1:4000
|
|
ABC_API_KEY=
|
|
ABC_PROJECT_ID=1
|
|
ABC_CHANNEL_ID=1
|
|
SSO_ISSUER=
|
|
SSO_CLIENT_ID=
|
|
SSO_CLIENT_SECRET=
|