express-ts-template/.env.example

11 lines
145 B
Plaintext
Raw Permalink Normal View History

2023-10-24 07:39:10 +00:00
PORT=3000
2023-10-24 05:25:21 +00:00
DB_HOST=127.0.0.1
DB_PORT=3306
2023-10-24 07:39:10 +00:00
DB_DATABASE=test
2023-10-24 05:25:21 +00:00
DB_USERNAME=root
2023-10-24 08:20:07 +00:00
DB_PASSWORD=
JWT_SECRET=test
2023-10-24 08:42:02 +00:00
#JWT_ALGORITHM=HS256
JWT_ISSUER=testing