Skip to content

Commit

Permalink
Merge branch 'feature/company-infos' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
PMax5 committed Sep 18, 2023
2 parents 3054770 + e81dbc2 commit c96a46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.dev.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: true,
corlief: 'https://corlief-staging.sinfo.org/api/secure',
deck: 'https://deck-staging.sinfo.org',
deck: 'https://deck2.sinfo.org',
frontend: 'https://corlief-staging.sinfo.org'
}

2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
export const environment = {
production: false,
corlief: 'http://localhost:8888',
deck: 'https://deck-staging.sinfo.org',
deck: 'https://deck2.sinfo.org',
frontend: 'http://localhost:4200',
google: {
clientId: '475922911787-2eunqihjt791ul7kfi1ji185o7mlehq2.apps.googleusercontent.com'
Expand Down

0 comments on commit c96a46c

Please sign in to comment.