Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #203 from code4romania/update-stag
Browse files Browse the repository at this point in the history
add staging urls
  • Loading branch information
decembrya authored Apr 11, 2022
2 parents 3352aa2 + 0755b72 commit a563b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/environments/environment.stage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const environment = {
env: 'STAGE',
production: false,
serverBaseUrl: 'SERVER_BASE_URL',
serverUrl: 'SERVER_URL'
serverBaseUrl: 'https://rvm-api.heroesof.tech',
serverUrl: 'https://rvm-api.heroesof.tech/api'
};

1 comment on commit a563b42

@vercel
Copy link

@vercel vercel bot commented on a563b42 Apr 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.