Skip to content

Commit cce47f6

Browse files
committed
update to docker network
1 parent 89b6922 commit cce47f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.env.example

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ DB_HOST="pgsql"
77
DB_PORT="5432"
88
DB_USER="user_db_dev"
99
DB_PASS="pass_db_dev"
10-
DB_NAME="db-${PROJECT_NAME}"
10+
DB_NAME="db-starter-kit"
1111

12-
MAIL_HOST=host.docker.internal
12+
MAIL_HOST=smtp
1313
MAIL_PORT=1025
1414
MAIL_USER=
1515
MAIL_PASS=
@@ -28,7 +28,6 @@ GCS_BUCKET_NAME=app.appspot.com
2828

2929
GOOGLE_APPLICATION_CREDENTIALS=/app/dist/service-account.json
3030

31-
3231
# DOCKER ENV
3332
DB_EXPOSED_PORT=8610
3433
APP_EXPOSED_PORT=8611

0 commit comments

Comments
 (0)