comment-server/server/conf.py
2019-05-19 02:23:30 -04:00

9 lines
No EOL
304 B
Python

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'
}