Skip to content

Commit

Permalink
refactor: removed dummy ip
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Nov 28, 2024
1 parent d217d3f commit ac04189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/META-INF/context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Resource name="jdbc/ladybug-postgresql" auth="Container"
type="javax.sql.DataSource"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://192.168.178.70:5432/ladybug"
url="jdbc:postgresql://${jdbc.hostname}:${jdbc.port:-5432}/ladybug"
user="${ladybug_database/username:-testiaf_user}"
password="${ladybug_database/password:-testiaf_user00}"
maxTotal="10"
Expand Down

0 comments on commit ac04189

Please sign in to comment.