|
@ -36,8 +36,8 @@ export class ConfigurationService { |
|
|
PORT: port({ default: 3333 }), |
|
|
PORT: port({ default: 3333 }), |
|
|
RAKUTEN_RAPID_API_KEY: str({ default: '' }), |
|
|
RAKUTEN_RAPID_API_KEY: str({ default: '' }), |
|
|
REDIS_HOST: str({ default: 'localhost' }), |
|
|
REDIS_HOST: str({ default: 'localhost' }), |
|
|
REDIS_PORT: port({ default: 6379 }), |
|
|
|
|
|
REDIS_PASSWORD: str({ default: '' }), |
|
|
REDIS_PASSWORD: str({ default: '' }), |
|
|
|
|
|
REDIS_PORT: port({ default: 6379 }), |
|
|
ROOT_URL: str({ default: 'http://localhost:4200' }), |
|
|
ROOT_URL: str({ default: 'http://localhost:4200' }), |
|
|
STRIPE_PUBLIC_KEY: str({ default: '' }), |
|
|
STRIPE_PUBLIC_KEY: str({ default: '' }), |
|
|
STRIPE_SECRET_KEY: str({ default: '' }), |
|
|
STRIPE_SECRET_KEY: str({ default: '' }), |
|
|