Skip to content

Commit

Permalink
Fixes riseup database names and proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasimao committed Nov 28, 2019
1 parent cb9db23 commit b348ae8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions config/api.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DATABASE
API_HOST=database
API_DATABASE=raiseupapi
API_DATABASE=riseupapi
API_PORT=5432
API_USERNAME=raiseupapi
API_PASSWORD=raiseupapi
API_USERNAME=riseupapi
API_PASSWORD=riseupapi
6 changes: 3 additions & 3 deletions config/database.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
POSTGRES_USER=raiseupapi
POSTGRES_PASSWORD=raiseupapi
POSTGRES_DB=raiseupapi_development
POSTGRES_USER=riseupapi
POSTGRES_PASSWORD=riseupapi
POSTGRES_DB=riseupapi_development
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: '3'
services:
proxy.raiseup.local:
proxy.riseup.local:
image: nginx
container_name: proxy
volumes:
Expand Down

0 comments on commit b348ae8

Please sign in to comment.