docs: update new options for config in the example file
This commit is contained in:
parent
3fae2365bf
commit
45823b02e4
2 changed files with 16 additions and 10 deletions
|
@ -15,8 +15,20 @@ SECRET_KEY: iechaj0mun6beih3rooga0mei7eo0iwoal1eeweN
|
|||
SSH_PRIVATE_KEY_PATH: /home/bc/.ssh/id_rsa
|
||||
SSH_PUBLIC_KEY_PATH: /home/bc/.ssh/id_rsa.pub
|
||||
|
||||
TERRAFORM_DIRECTORY: /home/bc/portal-terraform
|
||||
TFSTATE_BACKEND: http://127.0.0.1:5000/tfstate
|
||||
|
||||
|
||||
GLOBAL_NAMESPACE: egbc # will be used as a prefix in the name of all cloud resources
|
||||
|
||||
BYPASS_TOKEN: dummy
|
||||
|
||||
ADMIN_EMAIL: bc@example.com
|
||||
|
||||
SMART_ZONE: example.com
|
||||
|
||||
HIDDEN_AUTOMATIONS: {}
|
||||
|
||||
############################################################################
|
||||
# Provider configuration follows. You must activate at least one provider. #
|
||||
############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue