summaryrefslogtreecommitdiff
path: root/config.staging.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.staging.php')
-rw-r--r--config.staging.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.staging.php b/config.staging.php
new file mode 100644
index 0000000..b6ff77c
--- /dev/null
+++ b/config.staging.php
@@ -0,0 +1,6 @@
+<?php
+
+return [
+ 'baseUrl' => 'http://jigsaw-blog-staging.tighten.co',
+ 'production' => false,
+];