Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
biaogebusy committed Feb 7, 2025
1 parent 30876f8 commit 884646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IEnvironment } from '../app/core/interface/IEnvironment';
export const environment: IEnvironment = {
apiUrl: 'https://yourdomain.com',
production: true,
port: 4201,
port: 4200,
cache: true,
multiLang: true,
langs: [
Expand Down

0 comments on commit 884646b

Please sign in to comment.