Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove credentials for Postgres test server we do not have #1957

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Tests.Common/TestDatabases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ServerName: (localdb)\MSSQLLocalDB
#Uncomment to run tests with a YamlRepository
#UseFileSystemRepo: true
MySql: server=127.0.0.1;Uid=root;Pwd=YourStrong!Passw0rd;AllowPublicKeyRetrieval=True
PostgreSql: User ID=postgres;Password=;Host=127.0.0.1;Port=5432
#PostgreSql: User ID=postgres;Password=;Host=127.0.0.1;Port=5432
Oracle:
#User accounts you can create with limited access rights (e.g. connect list databases etc). These users will be used in low privilege tests
#The account will be granted limited read/write access to databases on a per test basis (See DatabaseTests.SetupLowPrivilegeUserRightsFor)
Expand All @@ -22,4 +22,4 @@ Oracle:
#MySqlLowPrivilegeUsername: minion
#MySqlLowPrivilegePassword: minionPass
#OracleLowPrivilegeUsername: minion
#OracleLowPrivilegePassword: minionPass
#OracleLowPrivilegePassword: minionPass