add coinpaprika config

This commit is contained in:
2026-09-01 16:51:26 +02:00
parent 93182aed75
commit 6818f08dbe
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -246,12 +246,12 @@ class EnvironmentVariables {
@IsNotEmpty()
@IsString()
KRAKEN_API_BASE_URL: string;
COINPAPRIKA_API_BASE_URL: string;
@IsNotEmpty()
@IsNumber()
@Min(1)
KRAKEN_RATE_FETCH_TIMEOUT_MS: number;
COINPAPRIKA_RATE_FETCH_TIMEOUT_MS: number;
@IsNotEmpty()
@IsNumber()