Initial commit
This commit is contained in:
commit
27283e041b
13
.env.example
Normal file
13
.env.example
Normal file
@ -0,0 +1,13 @@
|
||||
# Server Configuration
|
||||
# --------------------
|
||||
PORT=4000
|
||||
ENVIRONMENT=dev # Options: dev, stage, prod
|
||||
|
||||
# -----------------------------------------
|
||||
# PostgreSQL Database Configuration
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB USER=postgres
|
||||
DB_PASSWORD=your_secure_password
|
||||
DB_NAME=snippetbox
|
||||
DB_SSLMODE=disable #t'disable' or 'require'
|
||||
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
Loading…
x
Reference in New Issue
Block a user