Normalize configuration between cache-updater and http-service
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
16
cache-updater/src/main/resources/application.yaml
Normal file
16
cache-updater/src/main/resources/application.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# Database
|
||||
datasource:
|
||||
runelite-cache:
|
||||
driverClassName: com.mysql.jdbc.Driver
|
||||
type: com.mysql.jdbc.jdbc2.optional.MysqlDataSource
|
||||
url: jdbc:mysql://localhost/runelite-cache
|
||||
username: runelite
|
||||
password: runelite
|
||||
|
||||
# Minio client storage for cache
|
||||
minio:
|
||||
endpoint: http://localhost:9000
|
||||
accesskey: AM54M27O4WZK65N6F8IP
|
||||
secretkey: /PZCxzmsJzwCHYlogcymuprniGCaaLUOET2n6yMP
|
||||
bucket: runelite
|
||||
Reference in New Issue
Block a user