Actualiser static/admin/config.yml
This commit is contained in:
parent
73ee2fd568
commit
59e2798a5c
1 changed files with 5 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue