example/.envrc.sample

5 lines
151 B
Plaintext
Raw Normal View History

2020-09-26 10:31:14 +00:00
export SERVICE=${REPO_NAME_KEBAB}
2020-09-26 09:12:24 +00:00
export DOMAIN=${REPO_NAME_KEBAB}.example.com
2020-09-26 10:31:14 +00:00
export STACK_NAME=${REPO_NAME_SNAKE}
2020-09-26 09:12:24 +00:00
export LETS_ENCRYPT_ENV=production