# config context path to "/" by setting an empty string
server:
  context-path: /${vhGrpcBuilder_firstName}
  port: 8080

spring:
  redis:
    host: 192.168.1.3
    port: 32380
    password: K5re9U#mX@
    database: 0
    pool:
      max-active: 20
      max-idle: 20
      min-idle: 0


jwt:
  header: Authorization
  secret: viewhigh
  expiration: 7200
  auth: 
    path: /auth
  validate: 
    path: /api

    
s3Gateway:
  bucket: store1
  url: https://${s3Gateway.bucket}.s3.devops.viewchain.net 
  
grpc:
  client:
    ${vhGrpcBuilder_firstName}-user-svc:
      host:
        - localhost
      port:
        - 9091