summaryrefslogtreecommitdiff
path: root/config.php.example
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2020-11-04 18:25:16 +0000
committerFbenas <philbeansburton@gmail.com>2020-11-04 18:25:16 +0000
commit6824dd8cbc1ff5c3a4072be4a0536b6d003bf1d4 (patch)
tree7ac3a83fb0cf1f90f6e0d924da928b41bc524e3c /config.php.example
Inital CommitHEADmaster
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example
new file mode 100644
index 0000000..12ecb5f
--- /dev/null
+++ b/config.php.example
@@ -0,0 +1,5 @@
+<?php
+
+return [
+ 'app_key' => 'API_KEY'
+];