-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathm2ee.yaml
46 lines (34 loc) · 844 Bytes
/
m2ee.yaml
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
mxnode:
mxjar_repo: BUILD_PATH/runtimes/
m2ee:
app_name: My Project Name
app_base: BUILD_PATH/
admin_port: ADMIN_PORT
custom_environment:
HOME: BUILD_PATH
javabin: BUILD_PATH/.local/bin/java
runtime_port: RUNTIME_PORT
runtime_listen_addresses: "*"
pidfile: BUILD_PATH/process.pid
runtime_blocking_connector: false
preserve_environment: true
javaopts: [
"-Dfile.encoding=UTF-8",
"-Djava.io.tmpdir=BUILD_PATH/data/tmp",
]
allow_destroy_db: true
database_dump_path: 'BUILD_PATH/database'
model_upload_path: 'BUILD_PATH'
logfile: BUILD_PATH/log/out.log
logging:
-
type: file
name: FileSubscriber
autosubscribe: INFO
filename: BUILD_PATH/log/out.log
max_size: 1048576000
max_rotation: 10
mxruntime:
ApplicationRootUrl: https://APP_URI/
MicroflowConstants: {}
ScheduledEventExecution: ALL