Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion roles/lifecycle/templates/parameters.yml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
app_env: prod
app_debug: false
app_debug: false
app_secret: {{ lifecycle_symfony_secret }}
database_host: {{ lifecycle_db_host }}
database_port: 3306
Expand Down Expand Up @@ -29,6 +29,11 @@ parameters:
username: "{{ attribute_aggregator_api_lifecycle_username }}"
password: "{{ attribute_aggregator_api_lifecycle_password }}"
verify_ssl: true
stepup:
url: 'https://middleware.{{ base_domain}}/'
username: "lifecycle"
password: "{{ lifecycle_password }}"
verify_ssl: true
user_quota: {{ lifecycle_user_quota }}
inactivity_period: {{ lifecycle_inactivity_period }}
# is the deprovision api enabled?
Expand Down