10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
|
|
# Copier ce fichier en .env et renseigner les valeurs
|
||
|
|
# Le fichier .env est ignoré par git
|
||
|
|
|
||
|
|
# GitHub
|
||
|
|
GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx
|
||
|
|
|
||
|
|
# Gitea
|
||
|
|
GITEA_URL=https://gitea.example.com
|
||
|
|
GITEA_TOKEN=xxxxxxxxxxxxxxxxxxxx
|