Skip to content

Commit

Permalink
chore: update env template
Browse files Browse the repository at this point in the history
  • Loading branch information
jzunigax2 committed Sep 9, 2024
1 parent ff1fd73 commit 5fa70bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ NEW_RELIC_APP_NAME=drive-server-wip
NEW_RELIC_LICENSE_KEY=my_new_relic_key

#Notifications APN
APN_URL="APN_URL"
APN_BUNDLE_ID="APN_BUNDLE_ID"
APN_KEY_ID=APN_KEY_ID
APN_ENCRYPTION_KEY=APN_ENCRYPTION_KEY
APN_JWT_SECRET=APN_JWT_SECRET
APN_SECRET=APN_JWT_SECRET
2 changes: 0 additions & 2 deletions src/modules/user/user.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import { FeatureLimitModule } from '../feature-limit/feature-limit.module';
import { WorkspacesModule } from '../workspaces/workspaces.module';
import { SequelizeWorkspaceRepository } from '../workspaces/repositories/workspaces.repository';
import { UserNotificationTokensModel } from './user-notification-tokens.model';
import { ApnService } from 'src/externals/apn/apn.service';

@Module({
imports: [
Expand Down Expand Up @@ -98,7 +97,6 @@ import { ApnService } from 'src/externals/apn/apn.service';
AppSumoUseCase,
SharingService,
MailerService,
ApnService,
],
exports: [
UserUseCases,
Expand Down

0 comments on commit 5fa70bb

Please sign in to comment.