mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
try to debug the IC
This commit is contained in:
parent
93f224a203
commit
f42720df02
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@
|
|||
|
||||
;; Test complet
|
||||
; Manifest
|
||||
account_domain="sub.domain.tld"
|
||||
main_domain="gts.domain.tld"
|
||||
account_domain="domain.tld"
|
||||
admin="xana"
|
||||
email="user@example.com"
|
||||
password="1Strong-Password"
|
||||
|
|
|
@ -28,7 +28,7 @@ app="$YNH_APP_INSTANCE_NAME"
|
|||
|
||||
landing_page_user=""
|
||||
|
||||
domain="$YNH_APP_ARG_DOMAIN"
|
||||
domain="$YNH_APP_ARG_MAIN_DOMAIN"
|
||||
account_domain="$YNH_APP_ARG_ACCOUNT_DOMAIN"
|
||||
path_url="/"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue