This commit is contained in:
Kayou 2024-07-01 20:50:12 +02:00 committed by GitHub
commit 2cfc1b4a36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,8 @@ ENABLED = False
# TITLE = "Old title"
TITLE = "Lorem Ipsum"
THEME = "colib'ris"
NOT_AN_EMAIL = "thisisnothemailyouarelookingfor"
EMAIL_IS_NOT = "notthemailyouarelookingforthisis"
EMAIL = "root@example.com" # This is a comment without quotes
PORT = 1234 # This is a comment without quotes
URL = 'https://yunohost.org'
@ -83,6 +85,8 @@ ENABLED = False
# TITLE = "Old title"
TITLE = "Lorem Ipsum"
THEME = "colib'ris"
NOT_AN_EMAIL = "thisisnothemailyouarelookingfor"
EMAIL_IS_NOT = "notthemailyouarelookingforthisis"
EMAIL = "root@example.com" # This is a comment without quotes
PORT = 1234 # This is a comment without quotes
URL = 'https://yunohost.org'
@ -165,6 +169,9 @@ enabled = False
# title = Old title
title = Lorem Ipsum
theme = colib'ris
not_an_email = thisisnothemailyouarelookingfor
email_is_not = notthemailyouarelookingforthisis
not_an.email = thisisnothemailyouarelookingfor
email = root@example.com ; This is a comment without quotes
port = 1234 ; This is a comment without quotes
url = https://yunohost.org
@ -216,6 +223,9 @@ enabled = False
# title = Old title
title = Lorem Ipsum
theme = colib'ris
not_an_email = thisisnothemailyouarelookingfor
email_is_not = notthemailyouarelookingforthisis
not_an.email = thisisnothemailyouarelookingfor
email = root@example.com # This is a comment without quotes
port = 1234 # This is a comment without quotes
url = https://yunohost.org
@ -293,6 +303,9 @@ enabled: false
# title: old title
title: Lorem Ipsum
theme: colib'ris
not_an_email: thisisnothemailyouarelookingfor
email_is_not: notthemailyouarelookingforthisis
not_an.email: thisisnothemailyouarelookingfor
email: root@example.com # This is a comment without quotes
port: 1234 # This is a comment without quotes
url: https://yunohost.org
@ -342,6 +355,9 @@ enabled: false
# title: old title
title: Lorem Ipsum
theme: colib'ris
not_an_email: thisisnothemailyouarelookingfor
email_is_not: notthemailyouarelookingforthisis
not_an.email: thisisnothemailyouarelookingfor
email: root@example.com # This is a comment without quotes
port: 1234 # This is a comment without quotes
url: https://yunohost.org
@ -417,6 +433,9 @@ ynhtest_config_read_json() {
"enabled": false,
"title": "Lorem Ipsum",
"theme": "colib'ris",
"not_an_email": "thisisnothemailyouarelookingfor",
"email_is_not": "notthemailyouarelookingforthisis",
"not_an.email": "thisisnothemailyouarelookingfor",
"email": "root@example.com",
"port": 1234,
"url": "https://yunohost.org",
@ -468,6 +487,9 @@ ynhtest_config_write_json() {
"enabled": false,
"title": "Lorem Ipsum",
"theme": "colib'ris",
"not_an_email": "thisisnothemailyouarelookingfor",
"email_is_not": "notthemailyouarelookingforthisis",
"not_an.email": "thisisnothemailyouarelookingfor",
"email": "root@example.com",
"port": 1234,
"url": "https://yunohost.org",
@ -551,6 +573,8 @@ ynhtest_config_read_php() {
// \$title = "old title";
\$title = "Lorem Ipsum";
\$theme = "colib'ris";
\$not_an_email = "thisisnothemailyouarelookingfor";
\$email_is_not = "notthemailyouarelookingforthisis";
\$email = "root@example.com"; // This is a comment without quotes
\$port = 1234; // This is a second comment without quotes
\$url = "https://yunohost.org";
@ -610,6 +634,8 @@ ynhtest_config_write_php() {
// \$title = "old title";
\$title = "Lorem Ipsum";
\$theme = "colib'ris";
\$not_an_email = "thisisnothemailyouarelookingfor";
\$email_is_not = "notthemailyouarelookingforthisis";
\$email = "root@example.com"; // This is a comment without quotes
\$port = 1234; // This is a comment without quotes
\$url = "https://yunohost.org";