Skip to content

Commit

Permalink
fix: changed dault connection string to azure mysql database
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel445Ar committed Nov 14, 2023
1 parent 7de5e49 commit bc9701a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PERUSTARS/PERUSTARS/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@


//"DefaultConnection1ssssss": "server=localhost;port=3306;database=perustars;uid=root;password=admin",
//"DefaultConnection": "server=perustars-main-db.mysql.database.azure.com;port=3306;database=perustars;uid=perustarsAdmin;password=Admin123"
"DefaultConnection": "server=perustars-main-db.mysql.database.azure.com;port=3306;database=perustars;uid=perustarsAdmin;password=Admin123"
//"DefaultConnection3": "Server=MYSQL5047.site4now.net;Database=db_a758df_perusta;Uid=a758df_perusta;Pwd=password1",
//"DefaultConnection": "Server=bufyroukqdunhwcivvpo-mysql.services.clever-cloud.com;Database=bufyroukqdunhwcivvpo;Uid=ubcldvvxbrtlhp2d;Pwd=FltJthiJHLXaKDmKT11O"
"PostgresSQLConnection": "host=localhost;port=5432;username=postgres;password=12345;database=perustars"
//"PostgresSQLConnection": "host=localhost;port=5432;username=postgres;password=12345;database=perustars"
//"DefaultConnection": "host=localhost;port=3306;username=root;password=password;database=perustars"
// "DefaultConnection": "server=localhost;port=3306;database=perustars;uid=root;password=root"
},
Expand Down

0 comments on commit bc9701a

Please sign in to comment.