Skip to content

Commit 010fdf1

Browse files
author
phernandez
committed
remove quites from postgres env vars for .env.ci
1 parent 3072067 commit 010fdf1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.env.ci

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
APP_NAME=Basic Foundation
22

3-
POSTGRES_USER="postgres"
4-
POSTGRES_PASSWORD="password"
5-
POSTGRES_DB="api"
6-
POSTGRES_HOST="localhost"
3+
POSTGRES_USER=postgres
4+
POSTGRES_PASSWORD=password
5+
POSTGRES_DB=api
6+
POSTGRES_HOST=localhost
77
POSTGRES_PORT=5432
88

99
JWT_SECRET=SECRET

0 commit comments

Comments
 (0)