Skip to content

Commit 3dbc999

Browse files
comment fixed endpoint & database params
1 parent 544fe8f commit 3dbc999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jooq-dialect/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
<configuration>
179179
<environmentVariables>
180180
<TESTCONTAINERS_REUSE_ENABLE>true</TESTCONTAINERS_REUSE_ENABLE>
181-
<YDB_ENDPOINT>localhost:2136</YDB_ENDPOINT>
182-
<YDB_DATABASE>/local</YDB_DATABASE>
181+
<!-- <YDB_ENDPOINT>localhost:2136</YDB_ENDPOINT>-->
182+
<!-- <YDB_DATABASE>/local</YDB_DATABASE>-->
183183
</environmentVariables>
184184
</configuration>
185185
</plugin>

0 commit comments

Comments
 (0)