Add hosting for new website

Top sneaky
This commit is contained in:
Jake Howard
2022-10-29 18:09:30 +01:00
parent 8dd1f6cddf
commit 08afdd951e
6 changed files with 124 additions and 0 deletions

View File

@ -0,0 +1,5 @@
spotify_proxy_host: "{{ vault_spotify_proxy_host }}"
website_secret_key: "{{ vault_website_secret_key }}"
website_sentry_dsn: "{{ vault_website_sentry_dsn }}"
unsplash_client_id: "{{ vault_unsplash_client_id }}"
website_basic_auth: "{{ vault_website_basic_auth }}"