diff options
author | Starscouts <starscouts@equestria.dev> | 2024-07-11 00:25:16 +0200 |
---|---|---|
committer | Starscouts <starscouts@equestria.dev> | 2024-07-11 00:25:16 +0200 |
commit | 1bbe60d3a237cfe99dc6d1a3aa14de542668dc6f (patch) | |
tree | 789f37ff1586904371bf02ff5ba3d7508a4d9eef /intimate/default.toml | |
parent | 6e63a80898695d07549a3ca28bff7eafaf8009ac (diff) | |
download | faunerie-3.2.0.tar.gz faunerie-3.2.0.tar.bz2 faunerie-3.2.0.zip |
Update intimate3.2.0
Diffstat (limited to 'intimate/default.toml')
-rwxr-xr-x | intimate/default.toml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/intimate/default.toml b/intimate/default.toml index a6bd291..57d5d7d 100755 --- a/intimate/default.toml +++ b/intimate/default.toml @@ -21,14 +21,17 @@ source = "Your Derpibooru username here" # are possible but not officially supported. proportion = 1 +# If you have images stored in a Faunerie database, you can use this database as an +# image source to speed up the loading process, especially when you are on a slow +# network. +# Note that Intimate will still work if your cache is unavailable, and will simply +# download files from Derpibooru's CDN. +faunerie_cache = "/path/to/your/faunerie/database" + # Other modules # Configuration of other modules is done similarly to Derpibooru. Simply uncomment # (remove the #) the sections you want. -#[modules.e621] -#source = "Your e621 username here" -#proportion = 1 - #[modules.local] #source = "/path/to/your/files" #proportion = 1 |