1
0
Fork 0
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:
Éric Gaspar 2024-06-16 23:21:31 +02:00
parent fb2738f3c5
commit 7f5400638d

View file

@ -96,7 +96,7 @@ export MICROBIN_PURE_HTML=false
# Sets the name of the directory where MicroBin creates
# its database and stores attachments.
# 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
# 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
# running MicroBin directly. Default value: unset. Example
# 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
# the application. This will also use shorter endpoints,