rommapp_muos-app/RomM/env.template
2025-07-06 18:01:04 -04:00

27 lines
731 B
Plaintext

# Should be formatted as https://<hostname> or http://<ip>:<port>
HOST="https://demo.romm.app"
USERNAME="demo"
PASSWORD="demo"
DEFAULT_SD_CARD=1
# Can be one of genre, franchise, collection, mode or company
COLLECTION_TYPE=collection
# Do not display platforms with these slugs (comma separated)
# EXCLUDE_PLATFORMS=""
# Only display collections with these names (comma separated)
# INCLUDE_COLLECTIONS=""
# Do not display collections with these names (comma separated)
# EXCLUDE_COLLECTIONS=""
# Download cover images and screenshots
DOWNLOAD_ASSETS=1
FULLSCREEN_ASSETS=1
# Map RomM slugs to filesystem directories
# For example, if your PlayStation directory is called "psx":
# CUSTOM_MAPS='{"ps": "psx"}'
# CUSTOM_MAPS=''