Commit 33f985926efdd6d33dd4a68d586088060fd4837f
1 parent
a7e58f4c
Exists in
master
and in
39 other branches
Updating trac db name
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/colab/custom_settings.py
... | ... | @@ -56,8 +56,8 @@ DATABASES = { |
56 | 56 | }, |
57 | 57 | 'trac': { |
58 | 58 | 'ENGINE': 'django.db.backends.postgresql_psycopg2', |
59 | - 'NAME': 'trac', | |
60 | - 'USER': 'trac', | |
59 | + 'NAME': 'trac_colab', | |
60 | + 'USER': 'colab', | |
61 | 61 | 'PASSWORD': os.environ.get('COLAB_TRAC_DB_PWD'), |
62 | 62 | 'HOST': os.environ.get('COLAB_TRAC_DB_HOST'), |
63 | 63 | } | ... | ... |