fyp/config.toml

24 lines
330 B
TOML

PORT = 5002
HOSTNAME = "https://testing.andr3h3nriqu3s.com"
NUMBER_OF_WORKERS = 20
SUPRESS_CUDA = 1
CLEAN_UP_ON_STARTUP = 1
[ServiceUser]
USER = "service"
[Worker]
PULLING_TIME = "500ms"
NUMBER_OF_WORKERS = 16
[DB]
MAX_CONNECTIONS = 600
host = "db"
port = 5432
user = "postgres"
password = "verysafepassword"
dbname = "fyp"