config: fix production config files (split into root sections)

This commit is contained in:
Martin Allien
2021-07-12 10:51:27 +02:00
parent acc089afbd
commit e33d6e321d
3 changed files with 2 additions and 4 deletions

View File

@@ -2,6 +2,3 @@ baseurl = "https://doc.kerberos.io/"
canonifyURLs = true
docsRepo = "https://github.com/kerberos-io/documentation"
editPage = true
[params]
env = "production"

View File

@@ -0,0 +1 @@
env = "production"