generated from MetaArivu/ms-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.properties
73 lines (72 loc) · 3.07 KB
/
application.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# =======================================================================
# SSHClientService Service Properties
# =======================================================================
build.number=4
build.date=Wed Apr 27 12:56:44 IST 2022
# =======================================================================
# Service Name & API Details - Version, Path
# =======================================================================
service.org=metamagic
service.name=SSHClientService
service.api.prefix=api
service.api.version=v1
service.api.name=sshclient
service.container=sshclient-service
service.api.repository=https://github.com/MetaArivu/${service.container}
#service.api.repository=https://github.com/MetaArivu/microservice-template
service.api.path=/${service.api.prefix}/${service.api.version}/${service.api.name}
service.url=http://www.metarivu.com/
# =======================================================================
# Microservice Server Properties
# =======================================================================
server.port=9090
server.version=0.1.0
ssh.crdu=demo
ssh.crdp=password
ssh.host=test.rebex.net
ssh.port=22
server.restart=true
#logging.level=INFO
spring.codec.max-in-memory-size=3MB
token.key=sigmaEpsilon6109871597
app.property.list=element1, element2, element3
app.property.map={key1:'val1', key2 : 'val2', key3 : 'val3'}
# =======================================================================
# External Remote Server Properties
# =======================================================================
payment.gateway.host=127.0.0.1
payment.gateway.port=8080
remote.host=127.0.0.1
remote.port=8080
remote.protocol=http
# =======================================================================
# Open API Properties
# For More Info: https://springdoc.org/#Introduction
# =======================================================================
springdoc.api-docs.path=${service.api.path}/
springdoc.swagger-ui.path=${service.api.path}/swagger-ui.html
# Disabling the /v3/api-docs enpoint
springdoc.api-docs.enabled=true
# Disabling the swagger-ui
#springdoc.swagger-ui.enabled=true
springdoc.swagger-ui.operationsSorter=method
#For sorting tags alphabetically
springdoc.swagger-ui.tagsSorter=alpha
springdoc.show-actuator=true
# Packages to include
# springdoc.packagesToScan=io.fusion.water, io.fusion.fire
# Paths to include
# springdoc.pathsToMatch=/v1, /api/health/**
# To expose the swagger-ui, on the management port
#springdoc.use-management-port=true
# This property enables the openapi and swaggerui endpoints to be exposed
# beneath the actuator base path.
# management.endpoints.web.exposure.include=openapi, swaggerui
# =======================================================================
# Mongo Properties
# =======================================================================
spring.data.mongodb.uri=mongodb://localhost:27017/orderdb
# =======================================================================
# Mongock Properties
# =======================================================================
mongock.change-logs-scan-package=io.fusion.water.order.adapters