0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #1733 from mjbshaw/update-config-example

Subdirs are now supported, don't say they aren't
This commit is contained in:
Hannah Wolfe 2013-12-22 07:47:23 -08:00
commit 94ce669d37

View file

@ -8,7 +8,6 @@ config = {
// ### Development **(default)**
development: {
// The url to use when providing links to the site, E.g. in RSS and email.
// must not contain a path suffix after the hostname - "subdirs" are not (yet) supported!
url: 'http://my-ghost-blog.com',
// Example mail config
@ -45,7 +44,6 @@ config = {
// When running Ghost in the wild, use the production environment
// Configure your URL and mail settings here
production: {
// must not contain a path suffix after the hostname - "subdirs" are not (yet) supported!
url: 'http://my-ghost-blog.com',
mail: {},
database: {