Deployed version of Documenso.
This commit is contained in:
23
documenso/terraform/terraform.tfvars.example
Normal file
23
documenso/terraform/terraform.tfvars.example
Normal file
@@ -0,0 +1,23 @@
|
||||
aws_region = "ca-central-1"
|
||||
domain_name = "esignature.imex.online"
|
||||
hosted_zone_name = "imex.online"
|
||||
documenso_image = "documenso/documenso:latest"
|
||||
smtp_username = "AKIA2MRSPON3O6PRVUPE"
|
||||
smtp_password = "pw"
|
||||
smtp_from_address = "no-reply@imex.online"
|
||||
manage_ses_resources = false
|
||||
ses_identity_domain = "imex.online"
|
||||
app_secret_name = "documenso/esignature-imex-online/app"
|
||||
# signing_certificate_base64 = "MII...base64-encoded-p12..."
|
||||
# signing_certificate_passphrase = "replace-with-your-p12-passphrase"
|
||||
# upload_bucket_name = "esignature-imex-online-documenso"
|
||||
|
||||
# Optional tuning
|
||||
# desired_count = 2
|
||||
# max_count = 6
|
||||
db_instance_class = "db.t4g.micro"
|
||||
db_publicly_accessible = true
|
||||
db_allowed_cidrs = ["64.46.30.40/32"]
|
||||
disable_signup = false
|
||||
# allowed_signup_domains = "imex.online"
|
||||
# alarm_actions = ["arn:aws:sns:ca-central-1:123456789012:ops-alerts"]
|
||||
Reference in New Issue
Block a user