Skip to content

Commit a6a5f08

Browse files
committed
Add variable for the metrics api host
1 parent 4e5fbcf commit a6a5f08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.boundary</groupId>
66
<artifactId>boundary-plugin-postgresql</artifactId>
77
<packaging>jar</packaging>
8-
<version>01.00.00</version>
8+
<version>1.0.0</version>
99
<name>boundary_plugin_postgresql</name>
1010
<description>Boundary Plugin PostgreSQL extracts metrics from a PostgreSQL database instance.</description>
1111
<url>https://github.com/boundary/boundary-plugin-postgresql</url>
@@ -32,7 +32,7 @@
3232
<argument>PUT</argument>
3333
<argument>-u</argument>
3434
<argument>${boundary-metrics-user}:${boundary-metrics-password}</argument>
35-
<argument>https://premium-api.boundary.com/v1/plugins/private/${project.name}/boundary/${project.artifactId}</argument>
35+
<argument>https://${boundary-metrics-api-host}/v1/plugins/private/${project.name}/boundary/${project.artifactId}</argument>
3636
</arguments>
3737
</configuration>
3838
</execution>

0 commit comments

Comments
 (0)