Selaa lähdekoodia

Updated the postgresql.yaml of the dart tests to the correct dbuser and password to fix the authentication errors. These changes are not automated with a python script.

tfb 12 vuotta sitten
vanhempi
commit
5f506e3453
2 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa
  1. 3 3
      dart-start/postgresql.yaml
  2. 3 3
      dart-stream/postgresql.yaml

+ 3 - 3
dart-start/postgresql.yaml

@@ -1,5 +1,5 @@
-host: localhost
+host: tfbdata
 port: 5432
 port: 5432
-user: postgres
-password: postgres
+user: benchmarkdbuser
+password: benchmarkdbpass
 database: hello_world
 database: hello_world

+ 3 - 3
dart-stream/postgresql.yaml

@@ -1,5 +1,5 @@
-host: localhost
+host: tfbdata
 port: 5432
 port: 5432
-user: postgres
-password: postgres
+user: benchmarkdbuser
+password: benchmarkdbpass
 database: hello_world
 database: hello_world