mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-17 08:15:44 +00:00
@@ -1,23 +1,15 @@
|
|||||||
# Uncomment if you want to change the port from 8080
|
# Uncomment if you want to change the port from 8080
|
||||||
# server.port=8081
|
# server.port=8081
|
||||||
|
|
||||||
# Gameyfin admin interface username and password
|
# Gameyfin admin interface username and password
|
||||||
gameyfin.user=<your username here>
|
gameyfin.user=<your username here>
|
||||||
gameyfin.password=<your password here>
|
gameyfin.password=<your password here>
|
||||||
|
|
||||||
# Gameyfin source folders
|
# Gameyfin source folders
|
||||||
gameyfin.sources=<comma-seperated list of root folders of your game libraries>
|
gameyfin.sources=<comma-seperated list of root folders of your game libraries>
|
||||||
|
# Uncomment if you want to specify the Gameyfin data fodler path (used to store db and cache files) (default is <game library root>/.gameyfin)
|
||||||
# Uncomment if you want to specify the Gameyfin database path (default is <game library root>/.gameyfin/db)
|
# gameyfin.folders.data=<custom path to gameyfin db and cache storage>
|
||||||
# gameyfin.db=<custom path to db file>
|
|
||||||
|
|
||||||
# Uncomment if you want to specify the Gameyfin cache path (default is <game library root>/.gameyfin/cache)
|
|
||||||
# gameyfin.cache=<custom path to cache folder>
|
|
||||||
|
|
||||||
# Your twitch client-id and client-secret
|
# Your twitch client-id and client-secret
|
||||||
gameyfin.igdb.api.client-id=<your twitch client-id here>
|
gameyfin.igdb.api.client-id=<your twitch client-id here>
|
||||||
gameyfin.igdb.api.client-secret=<your twitch client-secret here>
|
gameyfin.igdb.api.client-secret=<your twitch client-secret here>
|
||||||
|
|
||||||
# Preferred platforms
|
# Preferred platforms
|
||||||
# PC (Microsoft Windows) (id=6), Dreamcast (id=23), Game Boy (id=33), Game Boy Advance (id=24), Game Boy Color (id=22),
|
# PC (Microsoft Windows) (id=6), Dreamcast (id=23), Game Boy (id=33), Game Boy Advance (id=24), Game Boy Color (id=22),
|
||||||
# Linux (id=3), Mac (id=14), New Nintendo 3DS (id=137), Nintendo 3DS (id=37), Nintendo 64 (id=4), Nintendo DS (id=20),
|
# Linux (id=3), Mac (id=14), New Nintendo 3DS (id=137), Nintendo 3DS (id=37), Nintendo 64 (id=4), Nintendo DS (id=20),
|
||||||
|
|||||||
Reference in New Issue
Block a user