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.

16 lines
374 B

  1. <?php
  2. class Config {
  3. public static $hostname = 'teacup.p3k.io';
  4. public static $base_url = 'https://teacup.p3k.io/';
  5. public static $gaid = '';
  6. public static $dbHost = '127.0.0.1';
  7. public static $dbName = 'teacup';
  8. public static $dbUsername = 'teacup';
  9. public static $dbPassword = '';
  10. public static $jwtSecret = 'xxx';
  11. public static $mf2Debug = false;
  12. }