env example
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Server Configuration
|
||||
PORT=8080
|
||||
GIN_MODE=debug
|
||||
|
||||
# Default Database Configuration (PostgreSQL)
|
||||
DB_ANTRIAN_CONNECTION=postgres
|
||||
DB_ANTRIAN_USERNAME=rssa
|
||||
DB_ANTRIAN_PASSWORD=supersecret
|
||||
DB_ANTRIAN_HOST=localhost
|
||||
DB_ANTRIAN_DATABASE=antrian_operasi
|
||||
DB_ANTRIAN_PORT=5432
|
||||
DB_ANTRIAN_SSLMODE=disable
|
||||
Reference in New Issue
Block a user