mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
Use base64-encoded SQL credentials (#314)
* Use base64-encoded SQL credentials Encode Cloud SQL credential files on gcs with base64, to be consistent with our Cloud Build practices. Also renamed a property that specifies where to publish the schema jar. New name is schema_publish_repo.
This commit is contained in:
parent
85c11ca889
commit
13dc758747
2 changed files with 4 additions and 3 deletions
|
@ -24,5 +24,5 @@ dbPassword=
|
|||
|
||||
# Maven repository of the Cloud SQL schema jar, which contains the
|
||||
# SQL DDL scripts.
|
||||
schema_jar_repo=
|
||||
schema_publish_repo=
|
||||
schema_version=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue