-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathapplication.properties
More file actions
38 lines (32 loc) · 1008 Bytes
/
application.properties
File metadata and controls
38 lines (32 loc) · 1008 Bytes
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
#
# Example application.properties file
#
# Add a Maven <build> filter to automatically stamp this file with your artifact metadata.
#
# <build>
# <resources>
# <resource>
# <directory>src/main/resources</directory>
# <filtering>true</filtering>
# <includes>
# <include>**/*</include>
# </includes>
# </resource>
# </resources>
# </build>
#
# Specify the name and version of your application
application.name = ${project.name}
application.version = v${project.version}
# Comma-separated list of supported languages
# First language specified is the default
application.languages = en, ro, de, ru, fr, es
# Control the port that Pippo binds
server.port = 8338
# Control the network ip address Pippo binds
# Specify 0.0.0.0 for all available interfaces
server.host = localhost
# Specify the context path of the application
server.contextPath = /
# Report Metrics via MBeans for VisualVM, JConsole, or JMX
metrics.mbeans.enabled = true