server: port: 9080 spring: application: name: fitness-vitals data: redis: host: localhost port: 6379 datasource: url: jdbc:postgresql://localhost:5432/vitals username: root password: password driver-class-name: org.postgresql.Driver jpa: show-sql: false hibernate: ddl-auto: update database-platform: org.hibernate.dialect.PostgreSQLDialect logging: pattern: console: "%d{HH:mm:ss.SSS} [%X{requestId}] %-5level %logger{36} - %msg%n" cors: allowed-origins: - http://localhost:9080 - http://localhost:9081 - http://localhost:9082 jwt: secret: U7R7yI7oF5wI5Of5qTnS83uWhhRr9mY8ftkbvEtN/fc= access: expiration: 900000 refresh: expiration: 604800000 verification: expiration: 86400000 device: expiration: 86400000 s3: endpoint: https://storage.kilimo.farm region: us-east-1 access-key: shzG9sSNidfpLcreG8YS secret-key: Q1t6yTOppEhZgEXFLq4tEy2JQKNacwo3l7zdNBL5 bucket-name: fitnessvitals-local file-expiry: 3