refactor: improve env loading

chore: add Dockerfile
This commit is contained in:
Jo 2023-11-26 00:25:28 +01:00
parent 162e256424
commit a19e1415f1
9 changed files with 148 additions and 4 deletions

9
config/example.env Normal file
View file

@ -0,0 +1,9 @@
# Database
DB_HOST="exampleHost"
DB_PORT=3306
DB_NAME="exampleName"
DB_USER="exampleUser"
DB_PASSWORD="examplePassword"
# Express
PORT=4300

View file