Skip to content

Commit 12e7947

Browse files
Enrich distribution properties
Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com>
1 parent 93f5ca7 commit 12e7947

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

application/src/main/distribution/config/application.properties

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,34 @@
1515
# limitations under the License.
1616
#
1717

18+
# Quarkus
1819
quarkus.http.port=8180
19-
# PostgreSQL settings
20+
21+
# PostgreSQL
2022
quarkus.datasource.username=db_username
2123
quarkus.datasource.password=db_password
2224
quarkus.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

0 commit comments

Comments
 (0)