Skip to content

Commit 571f1e8

Browse files
committed
Update naming convention for kinds
1 parent b39d45b commit 571f1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/blockware/spring/postgres/AbstractPostgresConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
@Slf4j
1515
abstract public class AbstractPostgresConfig {
16-
private static final String RESOURCE_TYPE = "sqldb.blockware.com/v1/postgresql";
16+
private static final String RESOURCE_TYPE = "blockware/resource-type-postgresql";
1717

1818
private static final String PORT_TYPE = "postgres";
1919

0 commit comments

Comments
 (0)