forked from atums.world/atums.world
17 lines
760 B
Bash
17 lines
760 B
Bash
# NODE_ENV=development
|
|
HOST=0.0.0.0
|
|
PORT=8080
|
|
|
|
PGHOST=10.0.0.40
|
|
PGPORT=5432
|
|
PGUSERNAME=postgres
|
|
PGPASSWORD=postgres
|
|
PGDATABASE=postgres
|
|
|
|
REDIS_HOST=10.0.0.40
|
|
REDIS_PORT=6379
|
|
# REDIS_USERNAME=redis
|
|
# REDIS_PASSWORD=redis
|
|
|
|
JWT_SECRET=467e5faeda7780bc442f41b8c421d645b5666543d1ae145ad4717f0aff890eb30b971e0700e2bccd3988d653413126b1c63793a49525770b586a6a10b604542e6627c8004090a8ddcd4cd02e9d829a9834850740c02631f7bbd95919be4228065d9aaf35f32eefa28af54470e0a0bc9338fccc22dd0896e3d434ded40f0bcc1c30c24aca39a11417e502e260167759d21fb54fa18dd74db8ec50c0f5f06365862e7f412c2075110f0a9718095e5b260942d38a06c744a0b18bcc11e2c7d730890d5ae933579e11b117f295b372832348849cf448c495424e5a6570e066bd33871aa9c374cc000a512d63e24463ba68554e8f0102de310f38905d794cf8b60424
|
|
JWT_EXPIRES=1d
|