tornado-yandex-money/TornadoYandexMoney/DataBase/Settings.py

17 lines
263 B
Python
Raw Normal View History

2017-04-15 23:51:56 +03:00
# -*- encoding: utf-8 -*-
'''
Created on Apr 14, 2017
@author: bvn13
'''
settings = {
'protocol' : 'postgresql',
'host' : 'localhost',
'port' : '5432',
'database' : 'tornado_ym',
'user' : 'tornado_ym',
'password' : 'tornado_ym_pass',
}