diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-12-29 18:03:41 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2025-08-18 11:51:00 -0400 |
| commit | fdf36c0af83db4fa015794e9827ccce0aa8b5a5e (patch) | |
| tree | 63a1cb8a74a6f50167583d24b574bd423cd47e39 /liquibase.properties | |
| parent | 5f6acdf1119669c49490eb5b5aefb5eacc472bd2 (diff) | |
| download | pantry-fdf36c0af83db4fa015794e9827ccce0aa8b5a5e.tar.gz pantry-fdf36c0af83db4fa015794e9827ccce0aa8b5a5e.tar.bz2 pantry-fdf36c0af83db4fa015794e9827ccce0aa8b5a5e.zip | |
Update; Switch to MongoDB
Diffstat (limited to 'liquibase.properties')
| -rw-r--r-- | liquibase.properties | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/liquibase.properties b/liquibase.properties deleted file mode 100644 index a3a381e..0000000 --- a/liquibase.properties +++ /dev/null @@ -1,76 +0,0 @@ -#### _ _ _ _ -## | | (_) (_) | -## | | _ __ _ _ _ _| |__ __ _ ___ ___ -## | | | |/ _` | | | | | '_ \ / _` / __|/ _ \ -## | |___| | (_| | |_| | | |_) | (_| \__ \ __/ -## \_____/_|\__, |\__,_|_|_.__/ \__,_|___/\___| -## | | -## |_| -## -## The liquibase.properties file stores properties which do not change often, -## such as database connection information. Properties stored here save time -## and reduce risk of mistyped command line arguments. -## Learn more: https://docs.liquibase.com/concepts/connections/creating-config-properties.html -#### -#### -## Note about relative and absolute paths: -## The liquibase.properties file requires paths for some properties. -## The classpath is the path/to/resources (ex. src/main/resources). -## The changeLogFile path is relative to the classpath. -## The url H2 example below is relative to 'pwd' resource. -#### -# Enter the path for your changelog file. -changeLogFile=src/main/resources/db/changeLog.xml - -#### Enter the Target database 'url' information #### -liquibase.command.url=jdbc:postgresql://172.17.0.1:49167/quarkus?loggerLevel=OFF - -# Enter the username for your Target database. -liquibase.command.username: quarkus - -# Enter the password for your Target database. -liquibase.command.password: quarkus - -#### Enter the Source Database 'referenceUrl' information #### -## The source database is the baseline or reference against which your target database is compared for diff/diffchangelog commands. - -# Enter URL for the source database -#liquibase.command.referenceUrl: jdbc:h2:tcp://localhost:9090/mem:integration - -# Enter the username for your source database -#liquibase.command.referenceUsername: dbuser - -# Enter the password for your source database -#liquibase.command.referencePassword: letmein - -# Logging Configuration -# logLevel controls the amount of logging information generated. If not set, the default logLevel is INFO. -# Valid values, from least amount of logging to most, are: -# OFF, ERROR, WARN, INFO, DEBUG, TRACE, ALL -# If you are having problems, setting the logLevel to DEBUG and re-running the command can be helpful. -# logLevel: DEBUG - -# The logFile property controls where logging messages are sent. If this is not set, then logging messages are -# displayed on the console. If this is set, then messages will be sent to a file with the given name. -# logFile: liquibase.log - - -#### Liquibase Pro Key Information #### -# Learn more, contact support, or get or renew a Pro Key at https://www.liquibase.com/trial -# liquibase.licenseKey: - -#### Liquibase Hub Information #### -# Liquibase Hub is a free secure SaaS portal providing status reporting, monitoring & insights -# into your Liquibase database release automation. -# https://hub.liquibase.com - -## Add your free Hub API key here -# liquibase.hub.apikey: -# liquibase.hub.mode:all - - - - -## Get documentation at docs.liquibase.com ## -## Get certified courses at learn.liquibase.com ## -## Get support at liquibase.com/support ## |
