<?php
|
|
class Config {
|
|
public static $base = 'http://xray.dev';
|
|
public static $cache = false;
|
|
public static $admins = [
|
|
'https://you.example.com/'
|
|
];
|
|
}
|