aboutsummaryrefslogtreecommitdiff
path: root/AppConfigBuild.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-22 03:45:39 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-22 03:45:39 -0500
commit00e758ec48e4aeea7fbd109477304cb709ad1688 (patch)
tree1d6caeab55694dabe041ff33d9bc3a35d5d856b0 /AppConfigBuild.php
parent4a7d4653a176c61b0ba07f87ecb5549f1e3b426c (diff)
downloadthedroneely.com-00e758ec48e4aeea7fbd109477304cb709ad1688.tar.gz
thedroneely.com-00e758ec48e4aeea7fbd109477304cb709ad1688.tar.bz2
thedroneely.com-00e758ec48e4aeea7fbd109477304cb709ad1688.zip
app/views/index: Move introduction to singleton
Diffstat (limited to 'AppConfigBuild.php')
-rw-r--r--AppConfigBuild.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/AppConfigBuild.php b/AppConfigBuild.php
index 0e83ebe..715eb48 100644
--- a/AppConfigBuild.php
+++ b/AppConfigBuild.php
@@ -17,5 +17,9 @@ return [
'name' => 'email_name',
'username' => 'email_username',
'password' => 'email_password',
+ ],
+
+ 'cms' => [
+ 'token' => 'cms_api_token',
]
];