demo/pythonweb/www/config_override.py

14 lines
137 B
Python

# python3 by 121
# -*- coding: utf-8 -*-
'''
Override configurations.
'''
configs = {
'db': {
'host': '127.0.0.1'
}
}