Changeset e42f61a for Farmatiko/ClientApp/src/environments
- Timestamp:
- 07/29/20 13:21:48 (4 years ago)
- Branches:
- master
- Children:
- de18858
- Parents:
- ef1219a
- Location:
- Farmatiko/ClientApp/src/environments
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/environments/environment.prod.ts
ref1219a re42f61a 1 1 export const environment = { 2 production: true 2 production: true, 3 baseApiUrl: 'htpps://api.farmatiko.com/', 3 4 }; -
Farmatiko/ClientApp/src/environments/environment.ts
ref1219a re42f61a 4 4 5 5 export const environment = { 6 production: false 6 production: false, 7 baseApiUrl: 'https://localhost:44342/', 7 8 }; 8 9
Note:
See TracChangeset
for help on using the changeset viewer.