Files
2026-07-22 16:35:17 +02:00

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');