Skip to content

Commit

Permalink
azure settings
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Oct 10, 2012
1 parent 522d038 commit 80e2e0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion symmetric-jdbc/src/test/resources/db-test.properties
Expand Up @@ -84,4 +84,9 @@ sybase.db.driver=com.sybase.jdbc4.jdbc.SybDriver
sybase.db.user=sa
sybase.db.password=
sybase.client.db.url=jdbc:sybase:Tds:onyx:5000/symmetricclient
sybase.root.db.url=jdbc:sybase:Tds:onyx:5000/symmetricroot
sybase.root.db.url=jdbc:sybase:Tds:onyx:5000/symmetricroot

azure.db.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
azure.db.user=symmetricds
azure.db.password=P@ssword
azure.root.db.url=jdbc:sqlserver://p98nzw4n8u.database.windows.net:1433;database=TEST;user=symmetricds@p98nzw4n8u;password={your_password_here};encrypt=true;hostNameInCertificate=*.database.windows.net;loginTimeout=30;

0 comments on commit 80e2e0e

Please sign in to comment.