|
|
|
@ -5,7 +5,7 @@ declare namespace NodeJS { |
|
|
|
export interface ProcessEnv { |
|
|
|
export interface ProcessEnv { |
|
|
|
REACT_APP_CLIENT: 'instat' | 'facr' | 'lff' | 'insports', |
|
|
|
REACT_APP_CLIENT: 'instat' | 'facr' | 'lff' | 'insports', |
|
|
|
REACT_APP_ENV: 'production' | 'preproduction' | 'staging', |
|
|
|
REACT_APP_ENV: 'production' | 'preproduction' | 'staging', |
|
|
|
REACT_APP_STAGE: 'staging' | 'test-a' | 'test-b' | 'test-c' | 'test-d' | 'test-e' | 'test-f' | 'test-g' | 'test-h' | 'test-i', |
|
|
|
REACT_APP_STAGE: 'staging' | 'test-a' | 'test-b' | 'test-c' | 'test-d' | 'test-e' | 'test-f' | 'test-g' | 'test-h' | 'test-i' | 'test', |
|
|
|
REACT_APP_TYPE: 'auth-service' | 'ott', |
|
|
|
REACT_APP_TYPE: 'auth-service' | 'ott', |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|