File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ object StableAPI {
88
99 {
1010 // start-default
11- val user = " <username >" // the username
11+ val user = " <db_username >" // the username
1212 val source = " <source>" // the source where the user is defined
1313 val password = ... // the password as a character array
1414
@@ -30,7 +30,7 @@ object StableAPI {
3030
3131 {
3232 // start-scram-sha-256
33- val user = " <username >" // the username
33+ val user = " <db_username >" // the username
3434 val source = " <source>" // the source where the user is defined
3535 val password = ... // the password as a character array
3636
@@ -52,7 +52,7 @@ object StableAPI {
5252
5353 {
5454 // start-scram-sha-1
55- val user = " <username >" // the username
55+ val user = " <db_username >" // the username
5656 val source = " <source>" // the source where the user is defined
5757 val password = ... // the password as a character array
5858
You can’t perform that action at this time.
0 commit comments