Config file

This commit is contained in:
Oleg Silkin 2019-05-19 02:23:30 -04:00
parent 2a9187b229
commit 2cad79f1ba

9
server/conf.py Normal file
View file

@ -0,0 +1,9 @@
project_dir = '/home/oleg/PycharmProjects/comment-server'
schema_dir = '/'.join((project_dir, 'schema/comments_ddl.sql',))
database_dir = '/'.join((project_dir, 'example.db',)) # change this
anonymous = {
'channel_id': '9cb713f01bf247a0e03170b5ed00d5161340c486',
'channel_name': '@Anonymous'
}