Skip to content

Commit

Permalink
moved deploy key to separate section
Browse files Browse the repository at this point in the history
  • Loading branch information
Hzaakk committed Nov 15, 2023
1 parent a7bf503 commit af6fb6f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bootstrap/ansible/main.copyme
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ flag_multiple_email_addresses_allowed: False
# Whether to install and enable the MOU generation package.
# TODO: For Production and Staging, enable and set deploy key path to the absolute path.
flag_mou_generation_enabled: false
mou_generator_deploy_key_path: "/vagrant/coldfront_app/coldfront/bootstrap/development/id_mou_generator"


# Portal settings.
Expand Down Expand Up @@ -177,6 +176,9 @@ sentry_dsn: ""
# secure_directory_request_mou_path: 'Secure Directory Request MOUs/'
# service_units_purchase_request_mou_path: 'Service Units Purchase Request MOUs/'

# # MOU generator settings.
# mou_generator_deploy_key_path: "/vagrant/coldfront_app/coldfront/bootstrap/development/id_mou_generator"

# # SSL settings.
# ssl_enabled: false
# ssl_certificate_file: /etc/ssl/ssl_certificate.file
Expand Down Expand Up @@ -246,6 +248,9 @@ sentry_dsn: ""
# secure_directory_request_mou_path: 'Secure Directory Request MOUs/'
# service_units_purchase_request_mou_path: 'Service Units Purchase Request MOUs/'

# # MOU generator settings.
# mou_generator_deploy_key_path: "/vagrant/coldfront_app/coldfront/bootstrap/development/id_mou_generator"

# # SSL settings.
# ssl_enabled: true
# ssl_certificate_file: /etc/ssl/ssl_certificate.file
Expand Down Expand Up @@ -315,6 +320,9 @@ sentry_dsn: ""
# secure_directory_request_mou_path: 'Secure Directory Request MOUs/'
# service_units_purchase_request_mou_path: 'Service Units Purchase Request MOUs/'

# # MOU generator settings.
# mou_generator_deploy_key_path: "/vagrant/coldfront_app/coldfront/bootstrap/development/id_mou_generator"

# # SSL settings.
# ssl_enabled: false
# ssl_certificate_file: /etc/ssl/ssl_certificate.file
Expand Down

0 comments on commit af6fb6f

Please sign in to comment.