23 lines
703 B
TOML
23 lines
703 B
TOML
baseURL = "https://apps.p4pillon.org/"
|
|
title = "P4Pillon"
|
|
languageCode = "fr-FR"
|
|
defaultContentLanguage = "fr"
|
|
disableLanguages = ["de", "nl", "en"]
|
|
|
|
[Params]
|
|
url = "apps.p4pillon.org"
|
|
domain = "p4pillon.org"
|
|
support = "support@p4pillon.org"
|
|
poweredBy = true
|
|
uptimeKumaUrl = "https://status.p4pillon.org"
|
|
|
|
[Params.doks]
|
|
breadcrumbTrail = true
|
|
|
|
[languages.fr.params]
|
|
footer = 'Mise en place et hébergé avec sobriété par <a class="text-muted" href="https://resilien.fr/">RésiLien</a>'
|
|
|
|
[deployment.targets]
|
|
name = "production"
|
|
URL = "s3://apps.p4pillon.org?endpoint=https://s3.garage.resilien.cloud&disableSSL=true&s3ForcePathStyle=true®ion=garage"
|