diff options
Diffstat (limited to 'config.sample.js')
| -rw-r--r-- | config.sample.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sample.js b/config.sample.js index 04b87ea..53c6b11 100644 --- a/config.sample.js +++ b/config.sample.js @@ -31,6 +31,9 @@ module.exports = { // Port on which to run the server port: 9999, + // Pages to process for the frontend + pages: ['home', 'auth', 'dashboard', 'faq'], + // Uploads config uploads: { |