diff options
Diffstat (limited to '')
-rw-r--r-- | config.php | 9 |
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" => "", + ), + ), + ); +?> |