set default repo to upstream
This commit is contained in:
parent
9b3b84ba06
commit
61ca767ab2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ mastodon_initial_setup: false
|
|||
mastodon_owner: MyUser
|
||||
mastodon_owner_email: myemail@example.org
|
||||
mastodon_environment: production
|
||||
mastodon_repo: https://github.com/ajdelgado/mastodon.git # https://github.com/mastodon/mastodon.git # I had problems using the upstream so I had to update a few things
|
||||
mastodon_repo: https://github.com/mastodon/mastodon.git
|
||||
mastodon_secret_key_base: "{{ vault_mastodon_secret_key_base }}"
|
||||
mastodon_otp_secret: "{{ vault_mastodon_otp_secret }}"
|
||||
mastodon_paperclip_secret: "{{ vault_mastodon_paperclip_secret }}"
|
||||
|
|
Loading…
Reference in a new issue