fyp/config.toml

24 lines
330 B
TOML
Raw Normal View History

PORT = 5002
HOSTNAME = "https://testing.andr3h3nriqu3s.com"
NUMBER_OF_WORKERS = 20
2024-04-12 20:36:23 +01:00
SUPRESS_CUDA = 1
CLEAN_UP_ON_STARTUP = 1
2024-04-12 20:36:23 +01:00
[ServiceUser]
USER = "service"
2024-04-12 20:36:23 +01:00
[Worker]
PULLING_TIME = "500ms"
2024-05-15 05:32:49 +01:00
NUMBER_OF_WORKERS = 16
[DB]
MAX_CONNECTIONS = 600
host = "db"
port = 5432
user = "postgres"
password = "verysafepassword"
dbname = "fyp"