Browse Source

Update environment.interface.ts

pull/947/head
willyp713 3 years ago
committed by GitHub
parent
commit
75be90291a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/api/src/services/interfaces/environment.interface.ts

1
apps/api/src/services/interfaces/environment.interface.ts

@ -27,6 +27,7 @@ export interface Environment extends CleanedEnvAccessors {
RAKUTEN_RAPID_API_KEY: string;
REDIS_HOST: string;
REDIS_PORT: number;
REDIS_PASSWORD: string;
ROOT_URL: string;
STRIPE_PUBLIC_KEY: string;
STRIPE_SECRET_KEY: string;

Loading…
Cancel
Save