summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Agababaev <66842523+dagababaev@users.noreply.github.com>2020-08-12 02:11:10 +0300
committerGitHub <noreply@github.com>2020-08-12 02:11:10 +0300
commit608565a2959e520f2bb8bac0bf842c85954766b5 (patch)
tree6034f877de28030099500a58c6527ca7972e2eb4
parentce7eb115d46dc00473eae9776d33a8feefa22964 (diff)
downloadSynology_SSO_integration-608565a2959e520f2bb8bac0bf842c85954766b5.zip
Synology_SSO_integration-608565a2959e520f2bb8bac0bf842c85954766b5.tar.gz
Synology_SSO_integration-608565a2959e520f2bb8bac0bf842c85954766b5.tar.bz2
Update config.php
-rw-r--r--my/config.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/my/config.php b/my/config.php
index 915f698..db3850d 100644
--- a/my/config.php
+++ b/my/config.php
@@ -1,5 +1,15 @@
<?php
+// ------------------------------------------------------------------------------
+// © Copyright (с) 2020
+// Author: Dmitri Agababaev, d.agababaev@duncat.net
+//
+// Redistributions and use of source code, with or without modification, are
+// permitted that retain the above copyright notice
+//
+// License: MIT
+// ------------------------------------------------------------------------------
+
define('APP_ID', 'a8d0f0835eda3517f3e8fd70c10500e7');
define('SSO_HOST', 'https://DSM:5001');
define('LOCAL_HOST', 'https://yourwebsite.ru');