summaryrefslogtreecommitdiff
path: root/src/web/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/config.php')
-rw-r--r--src/web/config.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/config.php b/src/web/config.php
new file mode 100644
index 0000000..b33fd7b
--- /dev/null
+++ b/src/web/config.php
@@ -0,0 +1,5 @@
+<?php /* Copyright (c) 2024 Freya Murphy */
+
+define('CONFIG', array_merge(getenv(), array(
+ // custom settings
+)));