summaryrefslogtreecommitdiff
path: root/env.sh
diff options
context:
space:
mode:
authorHorus32015-08-02 00:16:24 +0200
committerHorus32015-08-02 00:16:24 +0200
commit4e1f9ae3e7864e791d6df2c215ca70bd1e42eaf6 (patch)
tree604ce9614a40875b5d21a367c3ef9ab175520c88 /env.sh
parent6afcbc7ba57d80bacace21b6e73ca474dd8217ca (diff)
downloadmandible-4e1f9ae3e7864e791d6df2c215ca70bd1e42eaf6.tar.gz
Added multidomain support.
Diffstat (limited to 'env.sh')
-rwxr-xr-xenv.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/env.sh b/env.sh
new file mode 100755
index 0000000..c2f2e7e
--- /dev/null
+++ b/env.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+export APP="mandible"
+export DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) ## you may replace this with hardcoded path
+export LOG=$DIR/logs/
+
+export PORT=8087
+export IP=127.0.0.1
+export STATIC_DIR=$DIR/static
+export IMGUR_GO_CONF=$DIR/config/conf.json
+export UPLOAD_DIR=$DIR/files
+export UPLOAD_URL=https://i.iamfabulous.de
+export ORIGIN_URL=https://images.iamfabulous.de