mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
25 lines
383 B
Plaintext
25 lines
383 B
Plaintext
ROMM_BASE_PATH=/path/to/romm_mock
|
|
VITE_BACKEND_DEV_PORT=5000
|
|
|
|
# IGDB auth
|
|
CLIENT_ID=
|
|
CLIENT_SECRET=
|
|
|
|
# STEAMGRIDDB API KEY
|
|
STEAMGRIDDB_API_KEY=
|
|
|
|
# Database driver (mariadb, sqlite)
|
|
ROMM_DB_DRIVER=
|
|
|
|
# Database config (only for mariadb)
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_NAME=romm
|
|
DB_USER=romm
|
|
DB_PASSWD=
|
|
DB_ROOT_PASSWD=
|
|
|
|
# Redis config (optional)
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PORT=6379
|