Skip to content

Instantly share code, notes, and snippets.

@TheAlchemistKE
Created July 8, 2020 20:16
Show Gist options
  • Save TheAlchemistKE/89480cce77d65f1f1fc2a3913944b893 to your computer and use it in GitHub Desktop.
Save TheAlchemistKE/89480cce77d65f1f1fc2a3913944b893 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'postgres',
'USER': 'postgres',
'PASSWORD': 'postgres',
'HOST': 'db',
'PORT': 5432,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment