mirror of
https://github.com/YunoHost-Apps/microbin_ynh.git
synced 2024-09-03 19:45:57 +02:00
Update .env
This commit is contained in:
parent
fb2738f3c5
commit
7f5400638d
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ export MICROBIN_PURE_HTML=false
|
||||||
# Sets the name of the directory where MicroBin creates
|
# Sets the name of the directory where MicroBin creates
|
||||||
# its database and stores attachments.
|
# its database and stores attachments.
|
||||||
# Default value: microbin_data
|
# Default value: microbin_data
|
||||||
export MICROBIN_DATA_DIR="microbin_data"
|
export MICROBIN_DATA_DIR="__DATA_DIR__"
|
||||||
|
|
||||||
# Enables storing pasta data (not attachments and files) in
|
# Enables storing pasta data (not attachments and files) in
|
||||||
# a JSON file instead of the SQLite database.
|
# a JSON file instead of the SQLite database.
|
||||||
|
@ -109,7 +109,7 @@ export MICROBIN_JSON_DB=false
|
||||||
# as without this option, and thus is unsuited if you are
|
# as without this option, and thus is unsuited if you are
|
||||||
# running MicroBin directly. Default value: unset. Example
|
# running MicroBin directly. Default value: unset. Example
|
||||||
# values: https://myserver.com/ or https://192.168.0.10:8080/
|
# values: https://myserver.com/ or https://192.168.0.10:8080/
|
||||||
# export MICROBIN_PUBLIC_PATH=https://__DOMAIN____PATH__/
|
export MICROBIN_PUBLIC_PATH=https://__DOMAIN____PATH__/
|
||||||
|
|
||||||
# Sets a shortened path to use when the user copies URL from
|
# Sets a shortened path to use when the user copies URL from
|
||||||
# the application. This will also use shorter endpoints,
|
# the application. This will also use shorter endpoints,
|
||||||
|
|
Loading…
Add table
Reference in a new issue