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