diff options
author | Squibid <me@zacharyscheiman.com> | 2023-09-22 18:08:37 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-09-22 18:08:37 -0400 |
commit | 472092fe43ad7da9feb4a8c0b4bf216b20c063b9 (patch) | |
tree | 6200ad064861b167684483c38e7db9ad05519e7e /config.php | |
download | wallheaven-472092fe43ad7da9feb4a8c0b4bf216b20c063b9.tar.gz wallheaven-472092fe43ad7da9feb4a8c0b4bf216b20c063b9.tar.bz2 wallheaven-472092fe43ad7da9feb4a8c0b4bf216b20c063b9.zip |
inital commit
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" => "", + ), + ), + ); +?> |