From 43ea9eefdad960aaf85dc1cc8690bd5cbb6b9dff Mon Sep 17 00:00:00 2001 From: Anonymous Contributor Date: Wed, 23 Aug 2023 18:16:34 +0200 Subject: [PATCH] Add domain config variable --- config.example.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config.example.php b/config.example.php index 1f1972a..fd76cbb 100644 --- a/config.example.php +++ b/config.example.php @@ -20,5 +20,6 @@ $RUNTIME['SIDOMAN']['URL'] = "https://sidoman.4creative.net/"; $RUNTIME['SIDOMAN']['CONTAINER'] = "..."; $RUNTIME['SIDOMAN']['PASSWORD'] = "..."; +$RUNTIME['DOMAIN'] = "mcp.4creative.net"; $RUNTIME['IAR']['BASEURL'] = "https://mcp.4creative.net/data/"; ?>