javaee-showcase/gradle.properties

16 lines
573 B
Properties
Raw Permalink Normal View History

# please, copy this file to your user-specific $HOME/.gradle/gradle.properties
2021-01-05 12:01:57 +00:00
# and initialize with correct values. User-specific will override the local ones then.
2021-01-05 12:01:57 +00:00
# Cargo deployment settings
javaeeshowcase.cargo.wildfly.hostname=localhost
javaeeshowcase.cargo.wildfly.username=test
javaeeshowcase.cargo.wildfly.password=test
javaeeshowcase.cargo.wildfly.port=9990
# Flyway db versioning settings
javaeeshowcase.flyway.url=jdbc:postgresql://localhost:5432/test
javaeeshowcase.flyway.username=test
javaeeshowcase.flyway.password=test
2021-01-26 17:15:28 +00:00
javaeeshowcase.flyway.schemas=test