Initial commit: Infrastructure Git CI/CD avec Gitea, Woodpecker, PostgreSQL, Consul et Registrator
This commit is contained in:
10
consul/env.template
Normal file
10
consul/env.template
Normal file
@ -0,0 +1,10 @@
|
||||
# Token administrateur Consul (bootstrap token)
|
||||
# Genere lors de l'initialisation des ACL avec : docker exec consul consul acl bootstrap
|
||||
#
|
||||
# INSTRUCTIONS :
|
||||
# 1. Copier ce fichier vers .env
|
||||
# 2. Remplacer la valeur du token par le vrai token
|
||||
# 3. NE PAS VERSIONNER le fichier .env !
|
||||
|
||||
CONSUL_HTTP_TOKEN=votre-token-admin-ici
|
||||
|
||||
Reference in New Issue
Block a user