-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.properties
61 lines (48 loc) · 1.37 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
#
# Please edit the values below to suit your needs
# Using the default values is highly discouraged
# except for a few specific settings
#
#############
## API KEY ##
#############
# The name of the header that holds the authentication key
# Can be left as is.
xenonflow.http.auth-token-header-name=api-key
# The value of the authentication token
# PLEASE CHANGE!
xenonflow.http.auth-token=in1uP28Y1Et9YGp95VLYzhm5Jgd5M1r0CKI7326RHwbVcHGa
############################
## Database Configuration ##
############################
# The database username
# PLEASE CHANGE!
spring.datasource.username=sa
# The database password
# PLEASE CHANGE!
spring.datasource.password=gBrLygtE^40X
#######################
## SSL Configuration ##
#######################
# The port for the server to run on
# Can be left as is.
server.port=8443
server.ssl.enabled = false
# The servername
# Can be left as is.
local.server.address=localhost
# The store for the certificate files
# PLEASE CHANGE!
server.ssl.key-store = classpath:keystore.p12
# The password to the key store
# PLEASE CHANGE!
server.ssl.key-store-password = 78Ua1IAaFE#sX8Zd
# Spring boot only supports PKCS12
# Can be left as is
server.ssl.key-store-type = PKCS12
# The alias as given to the keystore
# PLEASE CHANGE!
server.ssl.key-alias = tomcat
# Set up the server to be publicaly available
# PLEASE CHANGE!
server.http.interface=0.0.0.0