diff options
Diffstat (limited to 'env.sh')
| -rwxr-xr-x | env.sh | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |
