From 645e0a0d2bc51b06a5505a61adfe7fc96a07dbf0 Mon Sep 17 00:00:00 2001 From: creations Date: Sat, 28 Dec 2024 09:15:58 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index bf158dc..c9afcf1 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ # booru-api + +# default config/secrets file + +```ts +const redisConfig: RedisConfig = { + host: "127.0.0.1", + port: 6379, +}; + +const e621Auth: Record = { + "User-Agent": "domain/1.0 (by username on e621)", + Authorization: "Basic " + btoa("username:password"), +}; + +export { e621Auth, redisConfig }; +``` \ No newline at end of file