7 lines
731 B
XML
7 lines
731 B
XML
<?xml version="1.0"?>
|
|
<connectionStrings>
|
|
<!-- Test server -->
|
|
<add name="AzureProdConnectionString" connectionString="DefaultEndpointsProtocol=https;AccountName=taloyhtiosmartechdev;AccountKey=86ufmJFcT5ga9uv1L4rWHCmvYyYNCzumOX5mSte4dDyqTRtEsUlzGS6fPu3c2+SvxEZpCgfQX2+Q+Sz1rY4bwQ==;BlobEndpoint=https://taloyhtiosmartechdev.blob.core.windows.net/;QueueEndpoint=https://taloyhtiosmartechdev.queue.core.windows.net/;TableEndpoint=https://taloyhtiosmartechdev.table.core.windows.net/;FileEndpoint=https://taloyhtiosmartechdev.file.core.windows.net/;" />
|
|
<add name="TaloyhtioFBA_String" connectionString="Data Source=10.10.108.239;Initial Catalog=AspNetDb_Taloyhtio;User Id=api;Password=12345Abcd" />
|
|
</connectionStrings>
|