You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

11 lines
240 B

DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASS=root
DB_DIALECT=postgres
DB_NAME_TEST=test_database_name
DB_NAME_DEVELOPMENT=ecommerce
DB_NAME_PRODUCTION=production_database_name
JWTKEY=mySecureKey
TOKEN_EXPIRATION=48h
BEARER=Bearer