diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 5 |
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' +]; |