From 4e1f9ae3e7864e791d6df2c215ca70bd1e42eaf6 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 2 Aug 2015 00:16:24 +0200 Subject: Added multidomain support. --- env.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 env.sh (limited to 'env.sh') 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 -- cgit v1.2.3