mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
21 lines
734 B
Properties
21 lines
734 B
Properties
# This file contains properties related to the configuration of Gameyfin
|
|
#
|
|
#
|
|
# Username and password for the web interface
|
|
gameyfin.user=
|
|
gameyfin.password=
|
|
|
|
# Root folder of your game library
|
|
gameyfin.root=
|
|
# Folders where gameyfin will store cached images and the database
|
|
gameyfin.cache=${gameyfin.root}\.gameyfin\cache
|
|
gameyfin.db=${gameyfin.root}\.gameyfin\db
|
|
|
|
# File extensions which gameyfin will recognize as game files
|
|
gameyfin.file-extensions=iso, zip, rar, 7z, exe
|
|
|
|
# List of IGDB platform enums to limit search results. FOr possible values see: https://api-docs.igdb.com/#platform
|
|
gameyfin.igdb.config.preferred-platforms=6
|
|
# Twitch Client ID and Client Secret
|
|
gameyfin.igdb.api.client-id=
|
|
gameyfin.igdb.api.client-secret= |