Skip to content

Instantly share code, notes, and snippets.

@cod3smith
Created July 8, 2020 20:16
Show Gist options
  • Select an option

  • Save cod3smith/89480cce77d65f1f1fc2a3913944b893 to your computer and use it in GitHub Desktop.

Select an option

Save cod3smith/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