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