mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Merge branch 'master' of github.com:domify/registry
This commit is contained in:
commit
71b2763df6
2 changed files with 13 additions and 2 deletions
|
@ -22,9 +22,13 @@ smtp_enable_starttls_auto: 'true' # 'false'
|
|||
# If your mail server requires authentication, please change.
|
||||
smtp_authentication: 'plain' # 'plain', 'login', 'cram_md5'
|
||||
registrant_url: 'https:/registrant.example.com' # for valid email body registrant links
|
||||
# Staging env does not send any emails unless they are whitelisted
|
||||
whitelist_emails_for_staging: >
|
||||
test@example.org, old@example.org,
|
||||
new@example.org, old@example.com, new@example.com
|
||||
test@example.org,
|
||||
old@example.org,
|
||||
new@example.org,
|
||||
old@example.com,
|
||||
new@example.com
|
||||
|
||||
#
|
||||
# ADMIN server
|
||||
|
|
|
@ -127,3 +127,10 @@ Crontab can be setup after deploy. Jobs can be viewed [here](/config/schedule.rb
|
|||
Zonefile procedure must be set up in server after deploy. The same command must be run whenever procedure is updated (see changelog).
|
||||
|
||||
bundle exec rake zonefile:replace_procedure
|
||||
|
||||
|
||||
### Application settings
|
||||
|
||||
Application settings locate at [config/application-example.yml](/config/application-example.yml)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue