commit | f46948eafbeab6b5b74f9d8b789c94a8b611c08d | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Mar 28 15:01:19 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Mar 28 15:01:19 2023 +0200 |
tree | a690ac4fda4ce1b568b3f4a9e93c117ba66ec8da | |
parent | a7721998746d2ffb778a541ea59a6f0989aaacf9 [diff] [blame] |
Introduce SERVICE_URL Change-Id: I2efd7d0aed3fdd9481ab7d54b1f295efe1c89aa8
diff --git a/config.php.example b/config.php.example index 7d58bc2..722ed0f 100755 --- a/config.php.example +++ b/config.php.example
@@ -15,6 +15,8 @@ $SERVICE_ACRONYM = "Test Service"; #$CONFERENCE_REGISTRATION = true; + +$SERVICE_URL = "https://www.example.org"; $SERVICE_LOGO = "./static/Test_Logo.svg"; $SERVICE_NAME = "International Test Corpus";