7 lines
181 B
PHP
7 lines
181 B
PHP
<?php
|
|
const DISCORD_ID = '298221448642953217';
|
|
const SITE_TITLE = '0xA0.dev';
|
|
const REPO_URL = 'https://git.0xa0.dev';
|
|
|
|
define('DATA_DIR', getenv('DATA_DIR') ?: '/var/www/data');
|