summaryrefslogtreecommitdiff
path: root/src/web/config.php
blob: b33fd7b2e51a70697b4ad63e7ff5edcd809d306f (plain)
1
2
3
4
5
<?php /* Copyright (c) 2024 Freya Murphy */

define('CONFIG', array_merge(getenv(), array(
	// custom settings
)));