Skip to content

Commit

Permalink
Minor changes per Sridhar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Cohen committed Jul 19, 2012
1 parent d112bca commit 8bac4b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -10,4 +10,4 @@ csx
downloadtemp
MongoDBBinaries
*.bak
src/MongoDB.WindowsAzure.Deploy/Profiles/mongoreplicasettestProduction.azurePubxml
.azurePubxml
2 changes: 1 addition & 1 deletion Setup/ServiceConfiguration.Cloud.cscfg.core
Expand Up @@ -16,7 +16,7 @@
<ConfigurationSettings>
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
<Setting name="ReplicaSetName" value="rs" />
<Setting name="MongoDBDataDir" value="DefaultEndpointsProtocol=http;AccountName=managerstorage4;AccountKey=zJrhOZSDVLod52wsdtx4j3nPku57EQlVmjkACSW3cwUv3oo9bz+8n+sbzlfXpnjfxshLsx8jfTmm99BTkC1Img==" />
<Setting name="MongoDBDataDir" value="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==" />
</ConfigurationSettings>
</Role>
</ServiceConfiguration>
Expand Up @@ -16,7 +16,7 @@
<ConfigurationSettings>
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
<Setting name="ReplicaSetName" value="rs" />
<Setting name="MongoDBDataDir" value="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==" />
<Setting name="MongoDBDataDir" value="UseDevelopmentStorage=true" />
</ConfigurationSettings>
</Role>
</ServiceConfiguration>

0 comments on commit 8bac4b8

Please sign in to comment.