From 59e2798a5c2cb261b78885284385be86e2561397 Mon Sep 17 00:00:00 2001 From: e21lassa Date: Mon, 1 Apr 2024 12:43:59 +0000 Subject: [PATCH] Actualiser static/admin/config.yml --- static/admin/config.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 96c6bc6..1569973 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -1,11 +1,10 @@ backend: - # name: test-repo name: gitea - repo: maximeg/palette-template # Path to your Gitea repository - app_id: 9b0007c5-889d-4360-9f88-a291ee48a1cd # The Client ID provided by Gitea - api_root: https://git.deuxfleurs.fr/api/v1 # API URL of your Gitea instance - base_url: https://git.deuxfleurs.fr/ # Root URL of your Gitea instance -site_url: 'https://palette-template.web.deuxfleurs.fr' + repo: A_REMPLACER # Lien vers le dépôt Gitea + app_id: A REMPLACER # L'ID provenant de Gitea + api_root: https://git.deuxfleurs.fr/api/v1 + base_url: https://git.deuxfleurs.fr/ +site_url: 'A REMPLACER' # URL du site locale: 'fr' media_folder: "static/images/uploads" public_folder: "/images/uploads"