forked from openfoodfoundation/ofn-install
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,6 @@ developer_email: [email protected] | |
# Users listed here will have their key from /files/keys added to the app_user | ||
users_sysadmin: | ||
- rngkll | ||
- "{{ core_devs }}" | ||
# - kmoragas | ||
# - valarauco |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
domain: pruebas.laferia.cr | ||
host_id: cr_pruebas | ||
rails_env: staging | ||
|
||
admin_email: [email protected] | ||
|
||
mail_domain: laferia.cr | ||
available_locales: en,fr,es | ||
|
||
# Optional list of subdomains to register in letsencrypt certificate | ||
# Defaults to {{ domain }} if list is undefined | ||
certbot_domains: | ||
- pruebas.laferia.cr | ||
|
||
# Size in bytes. You can also use units like 1G, 512MiB or 1000KB. See: `man fallocate` | ||
# The default is `false`, not installing a swapfile. | ||
#swapfile_size: 1G | ||
|
||
# Enable external database access for third party integrations | ||
#postgres_listen_addresses: | ||
# - '*' | ||
# | ||
#custom_hba_entries: | ||
# - { type: hostssl, database: "{{ db }}", user: zapier, address: '54.86.9.50/32', auth_method: md5 } | ||
# | ||
#custom_env_vars: | | ||
# OFN_FEATURE_CONNECT_AND_LEARN="true" | ||
|
||
# Overridable Image Settings | ||
# attachment_url: | ||
# attachment_path: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters