comment-server/server/conf.py

9 lines
304 B
Python
Raw Normal View History

2019-05-19 08:23:30 +02:00
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'
}