mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Updated webclient ip address at application-example file
This commit is contained in:
parent
25d6bc5ae6
commit
061015e88a
1 changed files with 2 additions and 1 deletions
|
@ -15,12 +15,13 @@ defaults: &defaults
|
||||||
ca_key_password: 'your-root-key-password'
|
ca_key_password: 'your-root-key-password'
|
||||||
|
|
||||||
# Used by EPP server
|
# Used by EPP server
|
||||||
webclient_ip: '54.154.91.240'
|
webclient_ip: '127.0.0.1'
|
||||||
|
|
||||||
development:
|
development:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
webclient_ip: '127.0.0.1' # it should match to localhost ip address
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
alpha:
|
alpha:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue