summaryrefslogtreecommitdiff
path: root/linkshorter/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'linkshorter/config.php')
-rw-r--r--linkshorter/config.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/linkshorter/config.php b/linkshorter/config.php
new file mode 100644
index 0000000..4b38311
--- /dev/null
+++ b/linkshorter/config.php
@@ -0,0 +1,7 @@
+<?php
+
+define("REDIS_CONNECT", "/var/run/redis/redis.sock");
+define("REDIS_SELECT", 10);
+define("SHORTDOMAIN", "http://s.moehm.org/");
+define("ADMINDOMAIN", SHORTDOMAIN);
+define("PEPPER", "secretstring");