mirror of
https://github.com/google/nomulus.git
synced 2025-07-11 21:48:18 +02:00
* 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.
28 lines
601 B
Properties
28 lines
601 B
Properties
org.gradle.jvmargs=-Xmx1024m
|
|
mavenUrl=
|
|
pluginsUrl=
|
|
uploaderDestination=
|
|
uploaderCredentialsFile=
|
|
uploaderMultithreadedUpload=
|
|
verboseTestOutput=false
|
|
flowDocsFile=
|
|
enableDependencyLocking=true
|
|
|
|
# Comma separated list of test patterns, if specified run only these.
|
|
testFilter=
|
|
|
|
# GAE Environment for deployment and staging.
|
|
environment=
|
|
|
|
# Cloud SQL properties
|
|
|
|
# A registry environment name (e.g., 'alpha') or a host[:port] string
|
|
dbServer=
|
|
dbName=postgres
|
|
dbUser=
|
|
dbPassword=
|
|
|
|
# Maven repository of the Cloud SQL schema jar, which contains the
|
|
# SQL DDL scripts.
|
|
schema_publish_repo=
|
|
schema_version=
|