Added Skool bus config
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
server:
|
||||
port: 6789
|
||||
spring:
|
||||
application:
|
||||
name: dev-auto-app-ms-runtime
|
||||
data:
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
mongodb:
|
||||
uri: mongodb://localhost:27017/auto_app_core
|
||||
logging:
|
||||
pattern:
|
||||
console: "%d{HH:mm:ss.SSS} [%X{requestId}] %-5level %logger{36} - %msg%n"
|
||||
cors:
|
||||
allowed-origins:
|
||||
- http://localhost:9089
|
||||
s3:
|
||||
endpoint: https://api.storage.kilimo.farm
|
||||
region: us-east-1
|
||||
access-key: tbSuDwtmr1SOUd2uwWxi
|
||||
secret-key: QAmtiJKYdrIeKmDSMPuYi4IYDgh7m0NPVR3yTQrI
|
||||
bucket-name: shilling
|
||||
file-expiry: 1
|
||||
Reference in New Issue
Block a user