Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Created September 14, 2012 16:57
Show Gist options
  • Select an option

  • Save alejandrobernardis/3723221 to your computer and use it in GitHub Desktop.

Select an option

Save alejandrobernardis/3723221 to your computer and use it in GitHub Desktop.
DATABASE MULTIPLE
DATABASE_MULTIPLE = dict(
principal = dict(
name = 'com-ak-proc3ss-local',
user = 'root',
pasw = 'root',
host = '127.0.0.1',
port = 27017,
conn = 100,
areq = True,
ugls = False
),
users = dict(
name = 'com-ak-proc3ss-local-users',
user = 'root',
pasw = 'root',
host = '127.0.0.1',
port = 27017,
conn = 100,
areq = True,
ugls = False
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment