devops: Include INTERNAL_TOKEN env
This commit is contained in:
parent
5d86e6b8e9
commit
b0817e1011
2 changed files with 11 additions and 8 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue