blob: 304ad43ab978085a2a23e8d4e66b5d7ee181672a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Add any settings here to override the default ones
DATABASE_NAME = 'planetbeta'
DATABASE_USER = 'planetadmin'
DEBUG = True
NOTIFYADDR='some@where.com'
AUTH_CONNECTION_STRING='put community login connection string here'
|