use local name for local ip
This commit is contained in:
parent
746a4212ab
commit
93f9387b60
1 changed files with 3 additions and 3 deletions
|
@ -1034,11 +1034,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"description": "ERG media collection",
|
||||
"email": {
|
||||
// E-mail address in contact form (to)
|
||||
"contact": "system@pandora.local",
|
||||
"contact": "system@pandora.erg.be",
|
||||
"footer": "-- \npan.do/ra - http://pan.do/ra",
|
||||
"prefix": "pan.do/ra News -",
|
||||
// E-mail address uses by the system (from)
|
||||
"system": "system@pandora.local"
|
||||
"system": "system@pandora.erg.be"
|
||||
},
|
||||
"https": false,
|
||||
"id": "erg",
|
||||
|
@ -1046,7 +1046,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
// Set to true to allow search engines to index the site
|
||||
"public": false,
|
||||
"sendReferrer": false,
|
||||
"url": "pandora.local"
|
||||
"url": "pandora.erg.be"
|
||||
},
|
||||
/*
|
||||
"sitePages" defines the sections of the main site dialog. If "news" is
|
||||
|
|
Loading…
Reference in a new issue