1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-25 23:06:55 +01:00
lodel2_mirror/settings_local.py.example
2015-11-20 14:04:41 +01:00

13 lines
208 B
Text

#-*- coding:utf8 -*-
import pymysql
datasource = {
'default': {
'module': pymysql,
'host': '127.0.0.1',
'user': 'lodel',
'passwd': 'lodel',
'db': 'lodel'
}
}