mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Update application-example
This commit is contained in:
parent
962c42e5cb
commit
595f81a707
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
22.04.2015
|
||||
|
||||
* Configure smtp (see application-example.yml)
|
||||
|
||||
21.04.2015
|
||||
|
||||
* Install packages for wkhtmltopdf (see readme)
|
||||
|
|
|
@ -36,11 +36,11 @@ epp_hostname: 'registry.gitlab.eu'
|
|||
repp_url: 'https://repp.gitlab.eu/repp/v1/'
|
||||
|
||||
# SMTP configuration
|
||||
address: 'smtp.mandrillapp.com'
|
||||
port: '587'
|
||||
user_name: 'domify-test'
|
||||
password: 'zVGZvd9D5NHYZ4I99h92nw'
|
||||
domain: 'registry.gitlab.eu'
|
||||
address: 'server-hostname'
|
||||
port: '000'
|
||||
user_name: 'login'
|
||||
password: 'pw/key'
|
||||
domain: 'domain for HELO checking'
|
||||
|
||||
# autotest config overwrites
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue