Skip to content

Commit

Permalink
Merge pull request TryGhost#1733 from mjbshaw/update-config-example
Browse files Browse the repository at this point in the history
Subdirs are now supported, don't say they aren't
  • Loading branch information
ErisDS committed Dec 22, 2013
2 parents bc29b14 + 247cc81 commit 94ce669
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit 94ce669

Please sign in to comment.