15 lines
286 B
Bash
15 lines
286 B
Bash
NODE_ENV=test
|
|
APP_ENV=develop
|
|
APP_ENV_LABEL=测试环境
|
|
PORT=3501
|
|
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3308
|
|
DB_USER=access_user
|
|
DB_PASSWORD=replace-with-test-password
|
|
DB_NAME=access_manage_test
|
|
DB_CONNECTION_LIMIT=10
|
|
|
|
JWT_SECRET=replace-with-at-least-32-characters-test-secret
|
|
JWT_EXPIRES_IN=2h
|