49 lines
928 B
YAML
49 lines
928 B
YAML
spring:
|
|
application:
|
|
name: kifi-api
|
|
|
|
r2dbc:
|
|
url: r2dbc:postgresql://103.125.129.116:5333/kifi
|
|
username: postgres
|
|
password: M@triXPostgr3s@6202
|
|
pool:
|
|
initial-size: 5
|
|
max-size: 20
|
|
|
|
sql:
|
|
init:
|
|
mode: never
|
|
schema-locations: classpath:schema.sql
|
|
|
|
data:
|
|
redis:
|
|
host: 103.125.129.116
|
|
port: 7901
|
|
password: M@triXR3d1s@6202
|
|
|
|
mail:
|
|
host: smtp.gmail.com
|
|
port: 587
|
|
username: technobeesolutions@gmail.com
|
|
password: lrideibfakickldg
|
|
properties:
|
|
mail:
|
|
smtp:
|
|
auth: true
|
|
starttls:
|
|
enable: true
|
|
|
|
minio:
|
|
service:
|
|
url: http://103.125.129.116:1500
|
|
bucket: kifi
|
|
|
|
jwt:
|
|
secret: 404E635266556A586E3272357538782F413F4428472B4B6250645367566B5970
|
|
expiration: 604800000 # 7 days
|
|
|
|
logging:
|
|
level:
|
|
org.springframework.data.r2dbc: DEBUG
|
|
org.springframework.r2dbc: DEBUG
|