mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-25 23:06:55 +01:00
13 lines
208 B
Text
13 lines
208 B
Text
#-*- coding:utf8 -*-
|
|
|
|
import pymysql
|
|
|
|
datasource = {
|
|
'default': {
|
|
'module': pymysql,
|
|
'host': '127.0.0.1',
|
|
'user': 'lodel',
|
|
'passwd': 'lodel',
|
|
'db': 'lodel'
|
|
}
|
|
}
|