Skip to content

Commit 2ddcaf2

Browse files
committed
Remove outdated comments
1 parent 5380d18 commit 2ddcaf2

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/fixtures/config-ldapdb-bothcase.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ pg_connection:
2020
dbname: postgres
2121
host: localhost
2222
port: 23456
23-
# needed for postgres-pr:
24-
# user: insert_your_username_here
25-
# password:
2623

2724
pg_users:
2825
filter: rolcanlogin AND NOT rolsuper AND rolname!='double_user'

test/fixtures/config-ldapdb.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ pg_connection:
1818
dbname: postgres
1919
host: localhost
2020
port: 23456
21-
# needed for postgres-pr:
22-
# user: insert_your_username_here
23-
# password:
2421

2522
pg_users:
2623
filter: rolcanlogin AND NOT rolsuper AND rolname!='double_user'

0 commit comments

Comments
 (0)