aboutsummaryrefslogtreecommitdiffstats
path: root/config.php
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-09-22 18:08:37 -0400
committerSquibid <me@zacharyscheiman.com>2023-09-22 18:08:37 -0400
commit472092fe43ad7da9feb4a8c0b4bf216b20c063b9 (patch)
tree6200ad064861b167684483c38e7db9ad05519e7e /config.php
downloadwallheaven-472092fe43ad7da9feb4a8c0b4bf216b20c063b9.tar.gz
wallheaven-472092fe43ad7da9feb4a8c0b4bf216b20c063b9.tar.bz2
wallheaven-472092fe43ad7da9feb4a8c0b4bf216b20c063b9.zip
inital commit
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" => "",
+ ),
+ ),
+ );
+?>