1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-29 20:51:11 +02:00

the server is running

This commit is contained in:
Pierre-antoine Comby
2020-01-28 19:56:04 +00:00
parent 62c7e886e9
commit 14486074b4
3 changed files with 9 additions and 10 deletions

View File

@ -10,10 +10,10 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'note_db',
'USER': 'note',
'PASSWORD': 'update_in_secrets.py',
'PASSWORD': 'update_in_env_variable',
'HOST': '127.0.0.1',
'PORT': '',
}