You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
533 B
10 lines
533 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<connectionStrings>
|
|
<!-- The format of the connection string is "DefaultEndpointsProtocol=https;AccountName=NAME;AccountKey=KEY" -->
|
|
<!-- For local execution, the value can be set either in this config file or through environment variables -->
|
|
|
|
<add name="Booking" connectionString="user id=sqlAdmin;password=xAw01%M%t2R;Data Source=mc-bdbf852b-9eae-4829-9be6-6241-sql.database.windows.net,1433;Database=Booking;" />
|
|
</connectionStrings>
|
|
|
|
</configuration>
|