-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv_example
More file actions
33 lines (26 loc) · 1.21 KB
/
env_example
File metadata and controls
33 lines (26 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# URL du document Docs à récupérer
# URL of the Docs document to fetch
DOCS_URL=
# Dépôt GitHub pour l'upload (format SSH recommandé)
# GitHub repository for upload (SSH format recommended)
GITHUB_REPO=
# Dépôt GitLab pour l'upload (alternative)
# GitLab repository for upload (alternative)
# GITLAB_REPO=
# URL du site déployé (optionnel, sinon dérivé de GITHUB_REPO/GITLAB_REPO).
# Si SITE_URL pointe sur un domaine custom (ni *.github.io ni *.gitlab.io),
# un fichier CNAME est généré automatiquement à chaque --deploy pour que
# GitHub/GitLab Pages conserve le domaine custom après chaque force-push.
#
# Deployed site URL (optional, else derived from GITHUB_REPO/GITLAB_REPO).
# If SITE_URL points to a custom domain (not *.github.io or *.gitlab.io),
# a CNAME file is auto-generated on every --deploy so GitHub/GitLab Pages
# keeps the custom domain after each force-push.
# SITE_URL=https://mon-domaine.fr/
# Moteur de site statique par défaut (ex: zensical)
# Default static site generator (e.g., zensical)
BACKEND=zensical
### POUR LES TESTS
TEST_DOCS_URL=https://notes.liiib.re/docs/fa5583b2-37fc-4016-998f-f5237fd41642/
TEST_GITHUB_REPO=git@github.com:Nasjoe/zendocs_test.git
TEST_BACKEND=zensical