Skip to content

Commit 83fd234

Browse files
committed
Update travis config
1 parent 597ba12 commit 83fd234

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.env.travis

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{
2-
"type": "postgres",
3-
"host": "localhost",
4-
"port": 5432,
5-
"user": "postgres",
6-
"password": "",
7-
"database": "testdb"
8-
}
1+
APP_TITLE="pointyapi"
2+
3+
POINTY_DB_NAME = "testdb"
4+
POINTY_DB_TYPE = "postgres"
5+
POINTY_DB_HOST = "localhost"
6+
POINTY_DB_PORT = 5432
7+
POINTY_DB_USER = "pointyapi"
8+
POINTY_DB_PASS = ""

0 commit comments

Comments
 (0)