1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-23 00:37:48 +02:00

fix webapp masterdb

This commit is contained in:
Lee Brown
2019-08-29 01:07:49 -08:00
parent 58b436860e
commit e333a56ca0
4 changed files with 5 additions and 5 deletions

View File

@ -2,4 +2,5 @@ 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
export WEB_API_REDIS_HOST=:6378
export WEB_API_SERVICE_EMAIL_SENDER=valdez@example.com