22 lines
523 B
Plaintext
22 lines
523 B
Plaintext
API_PORT=3001
|
|
API_HOST=127.0.0.1
|
|
API_TOKEN_SECRET=sdf(**&*&xx2213
|
|
API_TOKEN_EXPIRESIN=1d
|
|
|
|
|
|
FILE_PORT=3002
|
|
FILE_HOST=127.0.0.1
|
|
FILE_TOKEN_SECRET=sdf(**&*&xx221322
|
|
FILE_TOKEN_EXPIRESIN=1d
|
|
FILE_UPLOAD_LOCATION=/var/data/uploads/pyxis/album/images
|
|
FILE_SHOW_URL=http://localhost/album/images/
|
|
|
|
ADMIN_PORT=2900
|
|
ADMIN_TOKEN_SECRET=322f(**&*&xx221356
|
|
ADMIN_TOKEN_EXPIRESIN=1d
|
|
|
|
DB_MAIN=mongodb://localhost/pyxis-development
|
|
DB_SECOND=mongodb://tiku:kingsome@192.168.100.30/tiku?authSource=tiku&w=1
|
|
|
|
REDIS=redis://127.0.0.1:6379/14
|