10 lines
284 B
Python
10 lines
284 B
Python
# Account/Domain Name to Database Mapping file
|
|
# --------------------------------------------
|
|
# last updated on: 2011-02-02 14:31:14
|
|
|
|
default_db_name = "webnotesdb"
|
|
|
|
db_name_map = {'wnframework':'webnotesdb'}
|
|
#{'main_acc_name';'db_name'}
|
|
domain_name_map = {'localhost':'webnotesdb'}
|
|
|