Update README.md
This commit is contained in:
parent
186178c066
commit
645e0a0d2b
1 changed files with 16 additions and 0 deletions
16
README.md
16
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<string, string> = {
|
||||
"User-Agent": "domain/1.0 (by username on e621)",
|
||||
Authorization: "Basic " + btoa("username:password"),
|
||||
};
|
||||
|
||||
export { e621Auth, redisConfig };
|
||||
```
|
Loading…
Add table
Reference in a new issue