From 627d9032aa2dad15c014ba0eb07134009625cb3e Mon Sep 17 00:00:00 2001 From: Martin Allien Date: Mon, 12 Jul 2021 10:05:41 +0200 Subject: [PATCH] config: add production env --- config/production/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/production/config.toml b/config/production/config.toml index 0914051..7f18b85 100644 --- a/config/production/config.toml +++ b/config/production/config.toml @@ -1,4 +1,7 @@ baseurl = "https://staging.doc.kerberos.live/" canonifyURLs = true docsRepo = "https://github.com/kerberos-io/documentation" -editPage = true \ No newline at end of file +editPage = true + +[params] + env = "production" \ No newline at end of file