summaryrefslogtreecommitdiff
path: root/lib/config.template.php
blob: f8a1ab268d5595d3dec02dfb89b17653e7b6dfad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
class Config {
  public static $hostname = 'quill.dev';
  public static $gaid = '';

  public static $dbHost = '127.0.0.1';
  public static $dbName = 'quill';
  public static $dbUsername = 'quill';
  public static $dbPassword = '';

  public static $jwtSecret = 'xxx';
}