26 lines
473 B
Bash
26 lines
473 B
Bash
NODE_ENV=test
|
|
|
|
DB_HOST=your-test-db-host
|
|
DB_PORT=5432
|
|
DB_USER=fischerx_test
|
|
DB_PASSWORD=your-test-db-password
|
|
DB_NAME=fischerx_test
|
|
|
|
REDIS_HOST=your-test-redis-host
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=your-test-redis-password
|
|
|
|
API_PORT=3001
|
|
WEB_PORT=3000
|
|
|
|
NEXT_PUBLIC_API_URL=https://api.test.fischerx.com
|
|
|
|
JWT_SECRET=test-jwt-secret-key-change-in-production
|
|
JWT_EXPIRES_IN=7d
|
|
|
|
ALIBABA_CLOUD_ACCESS_KEY_ID=
|
|
ALIBABA_CLOUD_ACCESS_KEY_SECRET=
|
|
OSS_REGION=
|
|
OSS_BUCKET=
|
|
OSS_ENDPOINT=
|