-
Notifications
You must be signed in to change notification settings - Fork 5
/
cloudconductor.properties_example
39 lines (35 loc) · 1.16 KB
/
cloudconductor.properties_example
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
#######
## DATABASE CONFIGURTAION
#######
#define the database to use. Options are: HSQL, MYSQL, POSTGRESQL
ds.type=POSTGRESQL
#database host (use .pgsql, .mysql, .hsql according to your choosen database)
ds.pgsql.host=localhost
#database port (use .pgsql, .mysql, .hsql according to your choosen database)
ds.pgsql.port=5432
#database username (use .pgsql, .mysql, .hsql according to your choosen database)
ds.pgsql.user=postgres
#database password (use .pgsql, .mysql, .hsql according to your choosen database)
ds.pgsql.password=password
#database name (use .pgsql, .mysql, .hsql according to your choosen database)
ds.pgsql.db=cloudconductor
#use some demodata to initialize the database (should not used in prod environments)
#ds.demodata=false
#ds.demofile=foobar.sql
#######
## SERVICE CONFIGURTAION
#######
#the service ip, default is 0.0.0.0
svc.ip=localhost
#the service port, default ist 8090
svc.port=8090
#######
## WEBSOCKET CONFIGURTAION
#######
#the websocket timeout in ms, default is 60000
#ws.timeout=60000
#######
## JAVA WEB TOKEN CONFIGURTAION
#######
jwtauth.issuer=cloudconductor
jwtauth.secret=4ED267FE5BBA826F6D2EE71A3A5EE491275051234F997B19068FECF9729FC2AC