Ghost/core
Sebastian Gierlinger 8370aa51a8 nconf separator (#7518)
refs #7488 

If you want to set properties for our configuration values using
environment variables on the command line, Linux and MacOS return an
invalid identifier error.

```
$ export database:connection:host=127.0.0.1
-bash: export: `database:connection:host=127.0.0.1': not a valid
identifier
```

According to the nconf documentation a custom separator can be set. The
docs suggest `'__'` which this PR adds.
2016-10-10 11:43:17 +02:00
..
client@040b5674b3 Update Ghost-Admin: Move internal tags out of labs 2016-10-10 09:52:18 +01:00
server nconf separator (#7518) 2016-10-10 11:43:17 +02:00
shared move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
test 🔥 Remove the deprecated body classes (#7510) 2016-10-10 11:38:12 +02:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00