mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Codesstyle enhancements
This commit is contained in:
@ -1,9 +1,5 @@
|
||||
##############################################################################
|
||||
# Environment variables to configure the nopaque. #
|
||||
# - When running nopaque with Docker Compose, these variables are set in the #
|
||||
# `docker-compose.yml` file. #
|
||||
# - When running nopaque without Docker, these variables are loaded by #
|
||||
# nopaque in the config.py file #
|
||||
# Environment variables used by nopaque. #
|
||||
##############################################################################
|
||||
|
||||
|
||||
@ -11,6 +7,9 @@
|
||||
# Flask #
|
||||
# https://flask.palletsprojects.com/en/1.1.x/config/ #
|
||||
##############################################################################
|
||||
# DEFAULT: /
|
||||
# APPLICATION_ROOT=
|
||||
|
||||
# CHOOSE ONE: http, https
|
||||
# DEFAULT: http
|
||||
# PREFERRED_URL_SCHEME=
|
||||
@ -112,7 +111,7 @@ SQLALCHEMY_DATABASE_URI=
|
||||
NOPAQUE_ADMIN=
|
||||
|
||||
# DEFAULT: /mnt/nopaque
|
||||
# NOTES:
|
||||
# NOTES:
|
||||
# - This must be a network share and it must be available on all
|
||||
# Docker Swarm nodes, mounted to the same path with the same
|
||||
# user and group ownership
|
||||
|
Reference in New Issue
Block a user