-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv_example
More file actions
26 lines (19 loc) · 796 Bytes
/
env_example
File metadata and controls
26 lines (19 loc) · 796 Bytes
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
# 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)
# Deployed site URL (optional, else derived from GITHUB_REPO/GITLAB_REPO)
# SITE_URL=https://mon-domaine.fr/
# Moteur de site statique par défaut (ex: zensical)
# Default static site generator (e.g., zensical)
BACKEND=
### 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