diff --git a/.env.example b/.env.example index f8cb8e3..e87e89d 100644 --- a/.env.example +++ b/.env.example @@ -20,4 +20,13 @@ DB_SIMRS_DATABASE=simrs DB_SIMRS_PORT=5432 DB_SIMRS_SSLMODE=disable -SECURITY_TRUSTED_ORIGINS=http://localhost:3000 \ No newline at end of file +SECURITY_TRUSTED_ORIGINS=http://localhost:3000 + +# DB SATU DATA DEV +DB_ANTRIAN_CONNECTION=postgres +DB_ANTRIAN_USERNAME=stim +DB_ANTRIAN_PASSWORD=stim*RS54 +DB_ANTRIAN_HOST=10.10.123.165 +DB_ANTRIAN_DATABASE=satu_db +DB_ANTRIAN_PORT=5000 +DB_ANTRIAN_SSLMODE=disable \ No newline at end of file