2024-10-16 00:52:22 -06:00
PORT = 8062
2024-10-16 03:50:58 -06:00
BIND_ADDRESS = 0.0.0.0
2024-10-23 02:13:43 -06:00
FORCE_FILE_REBUILD = 0
2024-10-23 00:21:00 -06:00
DEBUG = 0
2025-05-21 20:34:28 -06:00
NODE_ENV = dev
2024-10-27 01:53:57 -03:00
# Memory Impacting Settings - Trades for threading efficiency. Much slower, but should be useful for limited memory environments like VPS
2024-10-23 02:11:40 -06:00
# May also decrease 504 failure rates
# Changes the maximum number of jobs the crawler can queue. Setting it too high will cause a call stack overflow
MAX_JOB_QUEUE = 1000
# Changes the maximum number of pages that can be fetched for parsing. Has a massive impact on memory usage. Setting to 12 results in about 1.1GiB memory usage
2024-10-27 01:53:57 -03:00
MAX_FETCH_JOBS = 1000
# Changes the name of your instance
2024-11-14 10:01:10 -03:00
INSTANCE_NAME = Myrient
# Enable the built-in emulator
EMULATOR_ENABLED = true
2025-01-28 20:14:19 -03:00
# Run docker-compose.dev.yml for running locally
# Database Configuration
POSTGRES_HOST = localhost
POSTGRES_PORT = 5432
POSTGRES_DB = myrient
POSTGRES_USER = postgres
POSTGRES_PASSWORD = development
# Elasticsearch Configuration
ELASTICSEARCH_URL = http://localhost:9200
2025-05-22 11:07:13 -06:00
2025-05-27 08:54:26 -06:00
#IGDB Connection Configuration - Not setting this will disable the new search page and metadata pull
2025-05-22 11:07:13 -06:00
TWITCH_CLIENT_ID =
2025-05-22 11:09:01 -06:00
TWITCH_CLIENT_SECRET =