Skip to content
Snippets Groups Projects
application-kuber.properties 886 B
Newer Older
  • Learn to ignore specific revisions
  • David Diederich's avatar
    David Diederich committed
    GOOGLE_CLOUD_PROJECT=${GOOGLE_CLOUD_PROJECT}
    
    INDEXER_HOST=os-indexer-service
    STORAGE_HOSTNAME=os-storage-service
    
    STORAGE_SCHEMA_HOST=http://os-storage-service/api/storage/v2/schemas
    STORAGE_QUERY_RECORD_HOST=http://os-storage-service/api/storage/v2/query/records
    STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST=http://os-storage-service/api/storage/v2/query/records:batch
    STORAGE_RECORDS_BATCH_SIZE=20
    
    INDEXER_QUEUE_HOST=http://os-storage-service/_dps/task-handlers/enqueue
    
    AUTHORIZE_API=http://os-entitlement-service/entitlements/v1
    LEGALTAG_API=http://os-legal-service/api/legal/v1
    CRS_API=${CRS_API}
    
    ## use below values for gcp: opendes
    REDIS_GROUP_HOST=${REDIS_GROUP_HOST}
    REDIS_SEARCH_HOST=${REDIS_SEARCH_HOST}
    
    GOOGLE_AUDIENCES=${GOOGLE_AUDIENCES}
    
    DEPLOYMENT_ENVIRONMENT=CLOUD
    disable.appengine.log.factory=true
    
    
    security.https.certificate.trust=${SECURITY_HTTPS_CERTIFICATE_TRUST}