@candlerip/shared3 0.0.29 → 0.0.30
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
import { EnvironmentVariables } from '../../../../environment/index.js';
|
2
|
-
export type BackendProjectConfig = Pick<EnvironmentVariables, 'CACHE_SERVICE_PORT' | 'LOGGER_SERVICE_PORT' | 'REDIS_PORT'>;
|
2
|
+
export type BackendProjectConfig = Pick<EnvironmentVariables, 'CACHE_SERVICE_PORT' | 'LOGGER_SERVICE_PORT' | 'RABBITMQ_PORT' | 'RABBITMQ_MANAGEMENT_PORT' | 'REDIS_PORT'>;
|