mirror of
https://github.com/google/nomulus.git
synced 2025-07-04 02:03:24 +02:00
Clean up Gradle Flyway tasks in :db (#990)
* Clean up Gradle Flyway tasks in :db Simplified the command line by revising the semantics of some properties. Added examples of Flyway task invocations. This script still uses the GCS file-based credential. We will migrate it to the Secret Manager soon.
This commit is contained in:
parent
f997f64169
commit
db16a2c679
2 changed files with 15 additions and 7 deletions
|
@ -111,8 +111,8 @@ PROPERTIES = [
|
|||
|
||||
# Cloud SQL properties
|
||||
Property('dbServer',
|
||||
'A registry environment name (e.g., "alpha") or a host[:port] '
|
||||
'string'),
|
||||
'The host[:port] of a database that accepts direct IP access. '
|
||||
'This is typically used with a testing database.'),
|
||||
Property('dbName',
|
||||
'Database name to use in connection.',
|
||||
'postgres'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue