| 
						 | 
						- <?php
 - class Config {
 -   public static $base_url = 'https://example.com';
 - 
 -   public static $dbHost = '127.0.0.1';
 -   public static $dbName = 'switchboard';
 -   public static $dbUsername = 'switchboard';
 -   public static $dbPassword = '';
 - 
 -   public static $beanstalkServer = '127.0.0.1';
 -   public static $beanstalkPort = 11300;
 - 
 -   public static $defaultAuthorizationEndpoint = 'https://indieauth.com/auth';
 - }
 
 
  |