mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-08 23:56:37 +02:00
5 lines
137 B
Bash
5 lines
137 B
Bash
export WEB_API_DB_HOST=127.0.0.1:5433
|
|
export WEB_API_DB_USER=postgres
|
|
export WEB_API_DB_PASS=postgres
|
|
export WEB_API_DB_DISABLE_TLS=true
|