WorldTime/settings_default.py

8 lines
234 B
Python
Raw Permalink Normal View History

2018-08-28 18:21:42 +00:00
# WorldTime instance settings
# Bot token. Required to run.
2018-11-02 02:05:21 +00:00
BotToken = ''
# PostgreSQL connection string.
# More information: https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
PgConnectionString = ''