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=bFLW43%p40^;Data Source=mc-5f2bf602-449a-48b2-ae5a-5901-sql.database.windows.net,1433;Database=Booking;" />
|
|
</connectionStrings>
|
|
|
|
</configuration>
|