|
|
|
@ -39,9 +39,9 @@ export class ConfigurationService {
|
|
|
|
|
MAX_ITEM_IN_CACHE: num({ default: 9999 }),
|
|
|
|
|
PORT: port({ default: 3333 }),
|
|
|
|
|
RAKUTEN_RAPID_API_KEY: str({ default: '' }),
|
|
|
|
|
REDIS_HOST: host(),
|
|
|
|
|
REDIS_HOST: host({ default: 'localhost' }),
|
|
|
|
|
REDIS_PASSWORD: str({ default: '' }),
|
|
|
|
|
REDIS_PORT: port(),
|
|
|
|
|
REDIS_PORT: port({ default: 6379 }),
|
|
|
|
|
ROOT_URL: str({ default: 'http://localhost:4200' }),
|
|
|
|
|
STRIPE_PUBLIC_KEY: str({ default: '' }),
|
|
|
|
|
STRIPE_SECRET_KEY: str({ default: '' }),
|
|
|
|
|