Skip to content
Snippets Groups Projects
Verified Commit ab06b0fc authored by Carlos Andres Planchon Prestes's avatar Carlos Andres Planchon Prestes 💬
Browse files

Adding prod database address. Its disabled for now

parent 81becc01
No related branches found
No related tags found
2 merge requests!2PROD1.0,!1PROD 0.1
......@@ -82,7 +82,9 @@ DATABASES = {
'NAME': 'adana',
'USER': 'adana',
'PASSWORD': 'adana',
'HOST': '127.0.0.1',
'HOST': '127.0.0.1',
# Prod database:
# 'HOST': '177.92.115.138',
'PORT': '5432',
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment