|
|
@ -21,7 +21,7 @@ if [ ! -f /data/gitea/conf/app.ini ]; then |
|
|
|
|
|
|
|
# Substitude the environment variables in the template |
|
|
|
APP_NAME=${APP_NAME:-"Gitea: Git with a cup of tea"} \ |
|
|
|
APP_MODE=${APP_MODE:-"dev"} \ |
|
|
|
RUN_MODE=${RUN_MODE:-"dev"} \ |
|
|
|
SSH_DOMAIN=${SSH_DOMAIN:-"localhost"} \ |
|
|
|
HTTP_PORT=${HTTP_PORT:-"3000"} \ |
|
|
|
ROOT_URL=${ROOT_URL:-""} \ |
|
|
|