aboutsummaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.php b/config.php
new file mode 100644
index 0000000..f8f1dcc
--- /dev/null
+++ b/config.php
@@ -0,0 +1,9 @@
+<?php
+ return array(
+ "frontends" => array(
+ "wallhaven" => array(
+ "apikey" => "",
+ ),
+ ),
+ );
+?>