New configuration files have been added for TypeScript, Biome, Nest CLI, Docker-compose, and environment variables. This setup includes TypeScript compiler options, biome schema settings, database container configuration and more. Additionally, a .gitignore file is added to exclude unnecessary files from the git repository.
13 lines
505 B
Plaintext
13 lines
505 B
Plaintext
POSTGRES_DATABASE=explorer
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=e5NvXK@NV5Q3XQMiwLMj@hppAaVdVXKvCFqhFPN@fiQE_zZdb&bh@VJmf333nNqC
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=15432
|
|
|
|
APP_PORT=3333
|
|
APP_TOKEN_SECRET=2RkNMP&7Zfywapqdkxck@hS5&LKqTn&22HftTKwLxmSQ@5_AU@E&sWLLishAoRCJ
|
|
APP_HASH_SECRET=S7kKsmtszHQ2E9&3jQkTM&3gjDfbxbXiVWzhLYP9KTSbfZ7Cwd_a2TitXsNgwDW4
|
|
APP_CYPHER_SECRET=Pz4Mhb2sEty92Ur4grHWfELhnFnz52nYFW4EUZi44j5Qo7@XYU5AjHwNP4aeY_xV
|
|
FRONTEND_ORIGIN=localhost
|
|
SIGNUP_ENABLE=true
|
|
REGISTER_CODE=36303630 |