Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions inventory/host_vars/local.timeoverflow.org/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ developers: []

# Set 'development_environment' to "true" to skip SSL and nginx tasks
development_environment: true

# Set super admins email addresses
superadmins: 'admin@timeoverflow.org'
3 changes: 3 additions & 0 deletions inventory/host_vars/staging.timeoverflow.org/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ developers:
# Set 'development_environment' to "true" to skip SSL and nginx tasks
development_environment: false

# Set super admins email addresses
superadmins: 'admin@timeoverflow.org'

# Let's Encrypt conf
certificate_authority_email: "info@coopdevs.org"
3 changes: 3 additions & 0 deletions roles/common/templates/default.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ DATABASE_PASSWORD={{ database_password }}
SECRET_TOKEN={{ secret_token }}
MAIL_LINK_HOST=www.timeoverflow.org
MAILER_SENDER={{ mailer_sender }}
{% if skylight_authentication is defined %}
SKYLIGHT_AUTHENTICATION={{ skylight_authentication }}
{% endif %}
ADMINS={{ superadmins }}