A new .env file has been added with important elements for the application's configuration such as postgres database details, app port, encryption keys and other related data. This essential configuration is crucial for the proper operation of the application in different environments.
13 lines
505 B
Bash
13 lines
505 B
Bash
POSTGRES_DATABASE=explorer
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=CtCRPcw4e9@EXXd_TVQNPDZXbaheYH4qseTMce3Ujxm@X3Dz_5aXi&pjj2V4aS&v
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=15432
|
|
|
|
APP_PORT=3333
|
|
APP_TOKEN_SECRET=nChAKjPZ2iyKs5&jHsH4HUwm7AhRcyydNzWySuKvgJYXnae2K_vPgiDSJ4P5hXEw
|
|
APP_HASH_SECRET=TX2gVHukD7_Q_J2aMfhp_ZYPLT_hAY7Rbi&cfd2yV2Ahr&rPY7YVSpUFi&aU75@M
|
|
APP_CYPHER_SECRET=eXmr2jALnZSo&fXTQRCT3KeJQHv4iCLUDFXMNvJ7iezSk&2wfa_wnWvCmpVJVo&s
|
|
FRONTEND_ORIGIN=localhost
|
|
SIGNUP_ENABLE=true
|
|
REGISTER_CODE=36303630 |