Skip to content

Commit

Permalink
AWS Database
Browse files Browse the repository at this point in the history
Update the web config to use an AWS database
  • Loading branch information
DanielWieder committed Jul 8, 2017
1 parent 37b2bd7 commit 131b440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified PoeCrafting/.vs/PoeCrafting/v14/.suo
Binary file not shown.
6 changes: 3 additions & 3 deletions PoeCrafting/PoeCrafting/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<connectionStrings>
<add name="PoeSimCraft" connectionString="Server=localhost;Database=PoeSimCraft;Trusted_Connection=Yes;"/>
</connectionStrings>
<connectionStrings>
<add name="PoeSimCraft" connectionString="Persist Security Info=False;User ID=PoeSimCraftUser;Password=poepassword;Initial Catalog=PoeSimCraft;Server=poesimcraftitem.czqfmqxgizhc.us-west-2.rds.amazonaws.com,1433"/>
</connectionStrings>
</configuration>

0 comments on commit 131b440

Please sign in to comment.