Updates storage configs

This commit is contained in:
2026-07-07 13:51:22 +03:00
parent a19244c4b9
commit f9c1b023b9
16 changed files with 147 additions and 61 deletions
+42
View File
@@ -0,0 +1,42 @@
server:
port: 9088
spring:
application:
name: com-imaray-ms-core
data:
redis:
host: localhost
port: 6379
datasource:
url: jdbc:postgresql://localhost:5432/imaray_core
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:9089
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: NlhGzbXaIO1Cw2op9pZW
secret-key: Jpa9x4LKUlEiZGlqfioBM7suZh6fzjs016GqN6jC
bucket-name: imaray-local
file-expiry: 3
+44
View File
@@ -0,0 +1,44 @@
server:
port: 9088
spring:
application:
name: com-imaray-ms-core
data:
redis:
host: localhost
port: 6379
datasource:
url: jdbc:postgresql://127.0.0.1:5432/imaray_core
# username: apiuser
# password: 4hKiOnTqbP2kLwR
username: postgres
password: CHANGE_ME_POSTGRES
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:
- https://zp1v56uxy8rdx5ypatb0ockcb9tr6a-oci3-m1d8v647--5173--96435430.local-credentialless.webcontainer-api.io/
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: NlhGzbXaIO1Cw2op9pZW
secret-key: Jpa9x4LKUlEiZGlqfioBM7suZh6fzjs016GqN6jC
bucket-name: imaray
file-expiry: 3
+5 -5
View File
@@ -34,9 +34,9 @@ jwt:
device: device:
expiration: 86400000 expiration: 86400000
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: tbSuDwtmr1SOUd2uwWxi access-key: tVwa9buIKU8SVKwF8gJQ
secret-key: QAmtiJKYdrIeKmDSMPuYi4IYDgh7m0NPVR3yTQrI secret-key: XZOvFsAKCqrAW67d9dTvoxYyTiO3pXtIp2jHjyWE
bucket-name: shilling bucket-name: autoapp-core-local
file-expiry: 1 file-expiry: 3
+4 -4
View File
@@ -36,9 +36,9 @@ jwt:
device: device:
expiration: 86400000 expiration: 86400000
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: FVNLhRSDpO0huRX2WeCc access-key: tVwa9buIKU8SVKwF8gJQ
secret-key: fbtEZTZaMFwB1LLMBrbsxHTbN4oFIqwYCSfBHVCF secret-key: XZOvFsAKCqrAW67d9dTvoxYyTiO3pXtIp2jHjyWE
bucket-name: shilling bucket-name: autoapp-core
file-expiry: 3 file-expiry: 3
+5 -5
View File
@@ -16,9 +16,9 @@ cors:
allowed-origins: allowed-origins:
- http://localhost:9089 - http://localhost:9089
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: tbSuDwtmr1SOUd2uwWxi access-key: tVwa9buIKU8SVKwF8gJQ
secret-key: QAmtiJKYdrIeKmDSMPuYi4IYDgh7m0NPVR3yTQrI secret-key: XZOvFsAKCqrAW67d9dTvoxYyTiO3pXtIp2jHjyWE
bucket-name: shilling bucket-name: autoapp-runtime-local
file-expiry: 1 file-expiry: 3
+4 -4
View File
@@ -16,9 +16,9 @@ cors:
allowed-origins: allowed-origins:
- https://zp1v56uxy8rdx5ypatb0ockcb9tr6a-oci3-m1d8v647--5173--96435430.local-credentialless.webcontainer-api.io/ - https://zp1v56uxy8rdx5ypatb0ockcb9tr6a-oci3-m1d8v647--5173--96435430.local-credentialless.webcontainer-api.io/
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: FVNLhRSDpO0huRX2WeCc access-key: tVwa9buIKU8SVKwF8gJQ
secret-key: fbtEZTZaMFwB1LLMBrbsxHTbN4oFIqwYCSfBHVCF secret-key: XZOvFsAKCqrAW67d9dTvoxYyTiO3pXtIp2jHjyWE
bucket-name: shilling bucket-name: autoapp-runtime
file-expiry: 3 file-expiry: 3
+5 -5
View File
@@ -16,9 +16,9 @@ cors:
allowed-origins: allowed-origins:
- http://localhost:9089 - http://localhost:9089
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: tbSuDwtmr1SOUd2uwWxi access-key: tVwa9buIKU8SVKwF8gJQ
secret-key: QAmtiJKYdrIeKmDSMPuYi4IYDgh7m0NPVR3yTQrI secret-key: XZOvFsAKCqrAW67d9dTvoxYyTiO3pXtIp2jHjyWE
bucket-name: shilling bucket-name: autoapp-utility-local
file-expiry: 1 file-expiry: 3
+4 -4
View File
@@ -16,9 +16,9 @@ cors:
allowed-origins: allowed-origins:
- https://zp1v56uxy8rdx5ypatb0ockcb9tr6a-oci3-m1d8v647--5173--96435430.local-credentialless.webcontainer-api.io/ - https://zp1v56uxy8rdx5ypatb0ockcb9tr6a-oci3-m1d8v647--5173--96435430.local-credentialless.webcontainer-api.io/
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: FVNLhRSDpO0huRX2WeCc access-key: tVwa9buIKU8SVKwF8gJQ
secret-key: fbtEZTZaMFwB1LLMBrbsxHTbN4oFIqwYCSfBHVCF secret-key: XZOvFsAKCqrAW67d9dTvoxYyTiO3pXtIp2jHjyWE
bucket-name: shilling bucket-name: autoapp-utility
file-expiry: 3 file-expiry: 3
+5 -5
View File
@@ -36,9 +36,9 @@ jwt:
device: device:
expiration: 86400000 expiration: 86400000
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: tbSuDwtmr1SOUd2uwWxi access-key: shzG9sSNidfpLcreG8YS
secret-key: QAmtiJKYdrIeKmDSMPuYi4IYDgh7m0NPVR3yTQrI secret-key: Q1t6yTOppEhZgEXFLq4tEy2JQKNacwo3l7zdNBL5
bucket-name: kilimo bucket-name: fitnessvitals-local
file-expiry: 1 file-expiry: 3
+4 -4
View File
@@ -36,9 +36,9 @@ jwt:
device: device:
expiration: 86400000 expiration: 86400000
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: FVNLhRSDpO0huRX2WeCc access-key: shzG9sSNidfpLcreG8YS
secret-key: fbtEZTZaMFwB1LLMBrbsxHTbN4oFIqwYCSfBHVCF secret-key: Q1t6yTOppEhZgEXFLq4tEy2JQKNacwo3l7zdNBL5
bucket-name: kilimo bucket-name: fitnessvitals
file-expiry: 3 file-expiry: 3
+5 -5
View File
@@ -70,9 +70,9 @@ assistant:
- MARKET_PRICES - MARKET_PRICES
- FARM_EQUIPMENT_MAINTENANCE - FARM_EQUIPMENT_MAINTENANCE
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: tbSuDwtmr1SOUd2uwWxi access-key: qeaXXGpoQZvuzkNKdvhn
secret-key: QAmtiJKYdrIeKmDSMPuYi4IYDgh7m0NPVR3yTQrI secret-key: yZjNxPlDkZTfUg6fwuIACNQsufcNifBEAqDvcMSO
bucket-name: shilling bucket-name: shilling-local
file-expiry: 1 file-expiry: 3
+3 -3
View File
@@ -72,9 +72,9 @@ assistant:
- MARKET_PRICES - MARKET_PRICES
- FARM_EQUIPMENT_MAINTENANCE - FARM_EQUIPMENT_MAINTENANCE
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: FVNLhRSDpO0huRX2WeCc access-key: qeaXXGpoQZvuzkNKdvhn
secret-key: fbtEZTZaMFwB1LLMBrbsxHTbN4oFIqwYCSfBHVCF secret-key: yZjNxPlDkZTfUg6fwuIACNQsufcNifBEAqDvcMSO
bucket-name: shilling bucket-name: shilling
file-expiry: 3 file-expiry: 3
+5 -5
View File
@@ -36,9 +36,9 @@ jwt:
device: device:
expiration: 86400000 expiration: 86400000
s3: s3:
endpoint: https://api.storage.qruvw.xyz endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: tbSuDwtmr1SOUd2uwWxi access-key: NlKkV4cCu1jq8fAA0vSQ
secret-key: QAmtiJKYdrIeKmDSMPuYi4IYDgh7m0NPVR3yTQrI secret-key: TuKOWRigO8UEUcDffY7RucIYKjgLhe0sP9sD6XLy
bucket-name: kilimo bucket-name: skoolbus-local
file-expiry: 1 file-expiry: 3
+4 -4
View File
@@ -36,9 +36,9 @@ jwt:
device: device:
expiration: 86400000 expiration: 86400000
s3: s3:
endpoint: https://api.storage.qruvw.xyz endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: FVNLhRSDpO0huRX2WeCc access-key: NlKkV4cCu1jq8fAA0vSQ
secret-key: fbtEZTZaMFwB1LLMBrbsxHTbN4oFIqwYCSfBHVCF secret-key: TuKOWRigO8UEUcDffY7RucIYKjgLhe0sP9sD6XLy
bucket-name: kilimo bucket-name: skoolbus
file-expiry: 3 file-expiry: 3
+5 -5
View File
@@ -36,9 +36,9 @@ jwt:
device: device:
expiration: 86400000 expiration: 86400000
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: tbSuDwtmr1SOUd2uwWxi access-key: IjUeqMAYjDbrndln0vIW
secret-key: QAmtiJKYdrIeKmDSMPuYi4IYDgh7m0NPVR3yTQrI secret-key: bwrXK7OQXeSRx1sewY9pNQ2rPAbjunCkOvEvYe22
bucket-name: kilimo bucket-name: kilimo-local
file-expiry: 1 file-expiry: 3
+3 -3
View File
@@ -36,9 +36,9 @@ jwt:
device: device:
expiration: 86400000 expiration: 86400000
s3: s3:
endpoint: https://api.storage.kilimo.farm endpoint: https://storage.kilimo.farm
region: us-east-1 region: us-east-1
access-key: FVNLhRSDpO0huRX2WeCc access-key: IjUeqMAYjDbrndln0vIW
secret-key: fbtEZTZaMFwB1LLMBrbsxHTbN4oFIqwYCSfBHVCF secret-key: bwrXK7OQXeSRx1sewY9pNQ2rPAbjunCkOvEvYe22
bucket-name: kilimo bucket-name: kilimo
file-expiry: 3 file-expiry: 3