devops: Include INTERNAL_TOKEN env

This commit is contained in:
nemunaire 2022-11-27 10:56:11 +01:00
commit b0817e1011
2 changed files with 11 additions and 8 deletions

View file

@ -28,7 +28,8 @@ Votre playbook ressemblera à quelque chose comme ça :
DOMAIN: "gitea"
SSH_DOMAIN: "gitea"
INSTALL_LOCK: "true"
SECRET_KEY: "{{ secret_key }}"
GITEA__security__SECRET_KEY: "{{ secret_key }}"
GITEA__security__INTERNAL_TOKEN: "{{ internal_token }}"
```
</div>