refactor: improve env loading
chore: add Dockerfile
This commit is contained in:
parent
162e256424
commit
a19e1415f1
9 changed files with 148 additions and 4 deletions
9
config/example.env
Normal file
9
config/example.env
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Database
|
||||
DB_HOST="exampleHost"
|
||||
DB_PORT=3306
|
||||
DB_NAME="exampleName"
|
||||
DB_USER="exampleUser"
|
||||
DB_PASSWORD="examplePassword"
|
||||
|
||||
# Express
|
||||
PORT=4300
|
Loading…
Add table
Add a link
Reference in a new issue