Split .envrc into project-specific files
This commit is contained in:
parent
e127c5c41d
commit
5b62b7f658
10
.envrc
10
.envrc
@ -4,16 +4,6 @@ export TF_VAR_do_token=$(pass jdormit-infra-do-token)
|
||||
export DIGITALOCEAN_API_TOKEN=$(pass jdormit-infra-do-token)
|
||||
export TF_VAR_spaces_access_id=$(pass jdormit-infra-spaces-access-id)
|
||||
export TF_VAR_spaces_secret_key=$(pass jdormit-infra-spaces-secret-key)
|
||||
export TF_VAR_netlify_token=$(pass netlify-terraform-access-token)
|
||||
export SYNCTHING_USER=$(pass packer-syncthing-user)
|
||||
export SYNCTHING_PW=$(pass packer-syncthing-pw)
|
||||
export SYNCTHING_API_KEY=$(pass packer-syncthing-api-key)
|
||||
export SYNCTHING_CERT_PEM=$(pass packer-syncthing-cert.pem)
|
||||
export SYNCTHING_KEY_PEM=$(pass packer-syncthing-key.pem)
|
||||
export CERTBOT_EMAIL=$(pass certbot-email)
|
||||
export WALLABAG_MAILGUN_PASSWORD=$(pass packer-wallabag-mailgun-password)
|
||||
export WALLABAG_SECRET=$(pass packer-wallabag-secret)
|
||||
export WALLABAG_PASSWORD=$(pass wallabag.jeremydormitzer.com)
|
||||
|
||||
if [ -f ".env.local" ]; then
|
||||
echo "sourcing .env.local"
|
||||
|
3
prod/jdormit-website-netlify/terraform/.envrc
Normal file
3
prod/jdormit-website-netlify/terraform/.envrc
Normal file
@ -0,0 +1,3 @@
|
||||
source_up
|
||||
|
||||
export TF_VAR_netlify_token=$(pass netlify-terraform-access-token)
|
8
prod/syncthing/packer/.envrc
Normal file
8
prod/syncthing/packer/.envrc
Normal file
@ -0,0 +1,8 @@
|
||||
source_up
|
||||
|
||||
export SYNCTHING_USER=$(pass packer-syncthing-user)
|
||||
export SYNCTHING_PW=$(pass packer-syncthing-pw)
|
||||
export SYNCTHING_API_KEY=$(pass packer-syncthing-api-key)
|
||||
export SYNCTHING_CERT_PEM=$(pass packer-syncthing-cert.pem)
|
||||
export SYNCTHING_KEY_PEM=$(pass packer-syncthing-key.pem)
|
||||
export CERTBOT_EMAIL=$(pass certbot-email)
|
14
prod/wallabag/packer/.envrc
Normal file
14
prod/wallabag/packer/.envrc
Normal file
@ -0,0 +1,14 @@
|
||||
source_up
|
||||
|
||||
export WALLABAG_MAILGUN_PASSWORD=$(pass packer-wallabag-mailgun-password)
|
||||
export WALLABAG_SECRET=$(pass packer-wallabag-secret)
|
||||
export WALLABAG_PASSWORD=$(pass wallabag.jeremydormitzer.com)
|
||||
export WALLABAG_WALLABAGER_ID=$(pass packer-wallabag-wallabager-id)
|
||||
export WALLABAG_WALLABAGER_SECRET=$(pass packer-wallabag-wallabager-secret)
|
||||
export WALLABAG_ANDROID_APP_ID=$(pass packer-wallabag-android-app-id)
|
||||
export WALLABAG_ANDROID_APP_SECRET=$(pass packer-wallabag-android-app-secret)
|
||||
export WALLABAG_IPAD_ID=$(pass packer-wallabag-ipad-id)
|
||||
export WALLABAG_IPAD_SECRET=$(pass packer-wallabag-ipad-secret)
|
||||
export WALLABAG_WALLABAG_EL_ID=$(pass packer-wallabag-wallabag.el-id)
|
||||
export WALLABAG_WALLABAG_EL_SECRET=$(pass packer-wallabag-wallabag.el-secret)
|
||||
export CERTBOT_EMAIL=$(pass certbot-email)
|
Loading…
Reference in New Issue
Block a user