formatting
This commit is contained in:
12
.env.example
12
.env.example
@@ -2,8 +2,10 @@
|
||||
PORT=3023
|
||||
|
||||
#database
|
||||
DB_HOST="localhost"
|
||||
DB_PORT=3306
|
||||
DB_USERNAME="root"
|
||||
DB_PASSWORD=""
|
||||
DB_NAME="notification_db"
|
||||
POSTGRES_HOST="localhost"
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USER="postgres"
|
||||
POSTGRES_PASSWORD=""
|
||||
POSTGRES_DATABASE="notification_db"
|
||||
POSTGRES_SSL=false
|
||||
POSTGRES_SYNC=true
|
||||
Reference in New Issue
Block a user