华清大学特普通奖学金初选报名系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
396 B

3 years ago
  1. class C(object):
  2. SQLALCHEMY_DATABASE_URI = 'sqlite:///ord.db'
  3. SQLALCHEMY_TRACK_MODIFICATIONS = False
  4. JSON_AS_ASCII = True
  5. domain = 'thu.closed.social'
  6. bot_name = '@ordinary_bot'
  7. token = 'token'
  8. admins = []
  9. verify = [
  10. ('test1', '1+1=?', '2', '2'),
  11. ('test2', '2+2=?', '5', '4')
  12. ]
  13. key = 'key'
  14. visibility = 'public'