server: port: 9081 spring: application: name: farm-kilimo-ms-core data: redis: repositories: enabled: true host: localhost port: 6379 datasource: url: jdbc:postgresql://localhost:5432/kilimo 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://api.storage.kilimo.farm region: us-east-1 access-key: IUHVNy34p8vTuZFKLgqt secret-key: EuFLjhJ6ivytNdIADwmx29PORCKYaBglUS1c7ZXp bucket-name: kilimo file-expiry: 1