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/interfaces/environment.interface.ts
|
@ -27,6 +27,7 @@ export interface Environment extends CleanedEnvAccessors { |
|
|
RAKUTEN_RAPID_API_KEY: string; |
|
|
RAKUTEN_RAPID_API_KEY: string; |
|
|
REDIS_HOST: string; |
|
|
REDIS_HOST: string; |
|
|
REDIS_PORT: number; |
|
|
REDIS_PORT: number; |
|
|
|
|
|
REDIS_PASSWORD: string; |
|
|
ROOT_URL: string; |
|
|
ROOT_URL: string; |
|
|
STRIPE_PUBLIC_KEY: string; |
|
|
STRIPE_PUBLIC_KEY: string; |
|
|
STRIPE_SECRET_KEY: string; |
|
|
STRIPE_SECRET_KEY: string; |
|
|