diff options
author | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-20 23:17:42 +0000 |
---|---|---|
committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-20 23:17:42 +0000 |
commit | a12d45489a078f8067489ef8b42745c7b46e9a9a (patch) | |
tree | 11f837fd0bfe1e6b6402b267c3046acd07d75475 /config.staging.php | |
parent | 498913806182905cc0c14bd12a61f9af26fa16b4 (diff) |
Work on basic site layout
Diffstat (limited to 'config.staging.php')
-rw-r--r-- | config.staging.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.staging.php b/config.staging.php deleted file mode 100644 index b6ff77c..0000000 --- a/config.staging.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php - -return [ - 'baseUrl' => 'http://jigsaw-blog-staging.tighten.co', - 'production' => false, -]; |