File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed
application/src/main/distribution/config Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 1515# limitations under the License.
1616#
1717
18+ # Quarkus
1819quarkus.http.port =8180
19- # PostgreSQL settings
20+
21+ # PostgreSQL
2022quarkus.datasource.username =db_username
2123quarkus.datasource.password =db_password
2224quarkus.datasource.jdbc.url =jdbc:postgresql://localhost:5432/ublhub_db
25+
26+ # Storage
27+ openubl.storage.type =filesystem
28+ openubl.storage.filesystem.folder =workspace
29+
30+ # openubl.storage.type=s3
31+ # openubl.storage.s3.health.url=http://localhost:9000/minio/health/live
32+ # openubl.storage.s3.host=http://localhost:9000
33+ # openubl.storage.s3.region=us-east-1
34+ # openubl.storage.s3.bucket=myBucket
35+ # openubl.storage.s3.access_key_id=myAccessKeyId
36+ # openubl.storage.s3.secret_access_key=mySecretAccessKey
37+
38+ # XBuilder
39+ quarkus.xbuilder.moneda =PEN
40+ quarkus.xbuilder.unidad-medida =NIU
41+ quarkus.xbuilder.igv-tasa =0.18
42+ quarkus.xbuilder.icb-tasa =0.3
43+
44+ # XSender
45+ quarkus.xsender.enable-logging-feature =false
46+
47+ # Ublhub
48+ openubl.ublhub.timezone =America/Lima
You can’t perform that action at this time.
0 commit comments