feat: block creating pages with system reserved paths

This commit is contained in:
Nick
2019-04-19 20:45:05 -04:00
parent e597a7df1a
commit 5b64c95117
5 changed files with 22 additions and 6 deletions

View File

@@ -8,10 +8,5 @@ db:
pass: $(DB_PASS)
db: $(DB_NAME)
storage: $(DB_FILEPATH)
redis:
host: $(REDIS_HOST)
port: $(REDIS_PORT)
db: $(REDIS_DB)
password: $(REDIS_PASS)
trustProxy: $(TRUST_PROXY)
logLevel: info