mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
22 lines
314 B
Plaintext
22 lines
314 B
Plaintext
# IGDB auth
|
|
CLIENT_ID=
|
|
CLIENT_SECRET=
|
|
|
|
# STEAMGRIDDB API KEY
|
|
STEAMGRIDDB_API_KEY=
|
|
|
|
# Library path
|
|
LIBRARY_PATH="library_path/"
|
|
|
|
# Database driver (mariadb, sqlite)
|
|
ROMM_DB_DRIVER=
|
|
|
|
# Database config (only for mariadb)
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_ROOT_PASSWD=
|
|
DB_USER=
|
|
DB_PASSWD=
|
|
DB_NAME=romm
|
|
DB_CONFIG_PATH=
|