willyp713
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
apps/api/src/services/configuration.service.ts
|
@ -36,6 +36,7 @@ export class ConfigurationService { |
|
|
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_PORT: port({ default: 6379 }), |
|
|
|
|
|
REDIS_PASSWORD: str({ default: '' }), |
|
|
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: '' }), |
|
|