Browse Source

💚 trying to add hostname

pull/1/head
Francois Lannoy 6 years ago
parent
commit
63efda280c
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -26,6 +26,7 @@ jobs:
FLASK_DEBUG: 1
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb
- image: circleci/postgres:9.6.5-alpine
name: postgresql
environment:
POSTGRES_USER: myUsr
POSTGRES_DB: psdb

Loading…
Cancel
Save