1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00
This commit is contained in:
Chris Vogel 2024-04-11 16:13:12 +02:00
parent 86e97ec48b
commit 759b820e38
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[General] [General]
InstanceName = __FLOHMARKT_NAME__ InstanceName = __FLOHMARKT_NAME__
ExternalURL = https://__DOMAIN__/__PATH__ ExternalURL = https://__DOMAIN____PATH__
DebugMode = 0 DebugMode = 0
JwtSecret = __JWTSECRET__ JwtSecret = __JWTSECRET__
DataPath = __DATA_DIR__ DataPath = __DATA_DIR__

View file

@ -57,7 +57,7 @@ ram.runtime = "50M"
# e.g. 'https://doma.in/path' - might not work, needs to be tested: # e.g. 'https://doma.in/path' - might not work, needs to be tested:
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/4 # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/4
type = "path" type = "path"
default = "" default = "/"
[install.init_main_permission] [install.init_main_permission]
# who will be able to access the apps URL after installation? # who will be able to access the apps URL after installation?