Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vCra committed May 1, 2019
1 parent 9c6ffea commit ba045de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion config/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# ------------------------------------------------------------------------------

DATABASES = {
'default': env.db('DATABASE_URL', 'postgresql://postgres:postgrespassword@localhost:5432/programdom_test'),
'default': env.db('DATABASE_URL', 'postgresql://postgres@localhost:5432/postgres'),
}

CHANNEL_LAYERS = {
Expand Down
13 changes: 0 additions & 13 deletions supporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@ services:
- local_postgres_data:/var/lib/postgresql/data
ports:
- "5432:5432"
env_file:
- .envs/.prod/.postgres


judgezero:
image: judge0/api
ports:
- "3000:3000"
env_file:
- .envs/.prod/.judge0
- .envs/.prod/.redis
- .envs/.prod/.postgres


redis:
image:
Expand Down

0 comments on commit ba045de

Please sign in to comment.