26 lines
407 B
Plaintext
26 lines
407 B
Plaintext
NODE_ENV=development
|
|
|
|
DB_HOST=postgres
|
|
DB_PORT=5432
|
|
DB_USER=fischerx
|
|
DB_PASSWORD=fischerx
|
|
DB_NAME=fischerx
|
|
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=
|
|
|
|
API_PORT=3001
|
|
WEB_PORT=3000
|
|
|
|
NEXT_PUBLIC_API_URL=http://localhost:3001
|
|
|
|
JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
|
JWT_EXPIRES_IN=7d
|
|
|
|
ALIBABA_CLOUD_ACCESS_KEY_ID=
|
|
ALIBABA_CLOUD_ACCESS_KEY_SECRET=
|
|
OSS_REGION=
|
|
OSS_BUCKET=
|
|
OSS_ENDPOINT=
|