fyp/config.toml

18 lines
218 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
2024-04-12 20:36:23 +01:00
[ServiceUser]
USER = "service"
2024-04-12 20:36:23 +01:00
[Worker]
PULLING_TIME = "500ms"
NUMBER_OF_WORKERS = 1
[DB]
MAX_CONNECTIONS = 600