'NAME': 'pgcac', # Or path to database file if using sqlite3.
# The following settings are not used with sqlite3:
'USER': 'pgcac',
- 'PASSWORD': 'pgcac',
- 'HOST': '127.0.0.1', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
+ 'PASSWORD': '',
+ 'HOST': '/var/run/postgresql', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
'PORT': '', # Set to empty string for default.
}
}
},
}
}
+
+# Load local settings overrides
+from settings_local import *