-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71374ef
commit e9a04d9
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"ConnectionStrings": { | ||
"DefaultConnection": "Server=\"mysql-batec-ossrdbms-demo-dev.mysql.database.azure.com\";UserID = \"fmiguel_outlook.com#EXT#@fmigueloutlook.onmicrosoft.com\";Database=\"db\";SslMode=Required;" | ||
} | ||
} | ||
"DefaultConnection": "Server=mysql-batec-ossrdbms-demo-oou-dev.mysql.database.azure.com;Database=db;SslMode=Required;UserID=fmiguel_outlook.com#EXT#@fmigueloutlook.onmicrosoft.com;" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"ConnectionStrings": { | ||
"DefaultConnection": "Server=psqlf-batec-ossrdbms-demo-dev.postgres.database.azure.com;Database=;Port=5432;User Id=fmiguel_outlook.com#EXT#@fmigueloutlook.onmicrosoft.com;Ssl Mode=Require;Trust Server Certificate=true" | ||
} | ||
} | ||
"DefaultConnection": "Server=psqlf-batec-ossrdbms-demo-yha-dev.postgres.database.azure.com;Database=psqlfdb-batec-ossrdbms-demo-dev;Ssl Mode=Require;Port=5432;Trust Server Certificate=true;User Id=fmiguel_outlook.com#EXT#@fmigueloutlook.onmicrosoft.com;" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
REACT_APP_API_BASE_URL=http://localhost:3100 |