From d346d39568d7f618c2f08d634444242e269111b1 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 15 Jan 2022 15:36:12 -0600 Subject: [PATCH] update options for staging builds --- config/production/params.toml | 2 +- config/staging/config.toml | 2 ++ config/staging/params.toml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 config/staging/config.toml create mode 100644 config/staging/params.toml diff --git a/config/production/params.toml b/config/production/params.toml index 3b723af..95369bb 100644 --- a/config/production/params.toml +++ b/config/production/params.toml @@ -1 +1 @@ -#comments = true \ No newline at end of file +comments = true \ No newline at end of file diff --git a/config/staging/config.toml b/config/staging/config.toml new file mode 100644 index 0000000..fe3c734 --- /dev/null +++ b/config/staging/config.toml @@ -0,0 +1,2 @@ +baseurl = "https://staging.virtuallypotato.com/" # Include trailing slash + diff --git a/config/staging/params.toml b/config/staging/params.toml new file mode 100644 index 0000000..5946a26 --- /dev/null +++ b/config/staging/params.toml @@ -0,0 +1 @@ +comments = false \ No newline at end of file