Skip to content

Commit

Permalink
Update README.md and build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
aksh-n committed Dec 9, 2021
1 parent 81156ad commit f49ab55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This program has only been tested with JDK 11 (recommended) and 13. It is not gu

## Run Instructions:

Simply go to amigo.azurewebsites.net to run the webapp.
Simply go to [amigoapp.azurewebsites.net](https://amigoapp.azurewebsites.net/) (previously it was amigos.azurewebsites.net) to run the webapp.
Please note that it may take time for the website to first load, because it is on a Free Plan of Azure.

You will be unable to run the app locally because the app even if run locally requires the personal credentials of Azure to access the online database.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ plugins {
}

azurewebapp {
subscription = 'a0e84d5d-dc20-4848-9dfc-b73494e15e23'
subscription = '4c75d5b5-38ff-486a-82cd-ce84d271e2e4'
resourceGroup = 'azure-turtle'
appName = 'Amigos'
appName = 'AmigoApp'
pricingTier = 'F1' // 'PremiumV2-P1v2'
region = 'eastus'
runtime {
Expand Down

0 comments on commit f49ab55

Please sign in to comment.