comment-server/config/conf.json
2019-05-20 05:56:20 -04:00

15 lines
No EOL
365 B
JSON

{
"path": {
"schema": "schema/comments_ddl.sql",
"main": "database/comments.db",
"backup": "database/comments.backup.db",
"default": "database/default.db",
"test": "tests/test.db"
},
"anonymous": {
"channel_id": "9cb713f01bf247a0e03170b5ed00d5161340c486",
"channel_name": "@Anonymous"
},
"host": "localhost",
"port": "2903"
}