Config file
This commit is contained in:
parent
2a9187b229
commit
2cad79f1ba
1 changed files with 9 additions and 0 deletions
9
server/conf.py
Normal file
9
server/conf.py
Normal 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'
|
||||
}
|
Loading…
Reference in a new issue