FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
moqui-framework/MoquiInit.properties at master · Destrings2/moqui-framework · GitHub
Destrings2
/
moqui-framework
Public
forked from
moqui/moqui-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
moqui-framework
/
MoquiInit.properties
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (24 loc) · 1.21 KB
Breadcrumbs
moqui-framework
/
MoquiInit.properties
Copy path
File metadata and controls
29 lines (24 loc) · 1.21 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#
No copyright or license for configuration file, details here are not
#
considered a creative work.
#
This file is used for the base settings when deploying moqui.war as a
#
webapp in a servlet container or running the WAR file as an executable
#
JAR with java -jar.
#
NOTE: configure here before running "gradle build", this file is added
#
to the war file.
#
You can override these settings with command-line arguments like:
#
-Dmoqui.runtime=runtime
#
-Dmoqui.conf=conf/MoquiProductionConf.xml
#
The location of the runtime directory for Moqui to use.
#
If empty it will come from the "moqui.runtime" system property.
#
#
The default property below assumes the application server is started in a
#
directory that is a sibling to a "moqui" directory that contains a "runtime"
#
directory.
moqui.runtime
=
../moqui/runtime
#
NOTE: if there is a "runtime" directory in the war file (in the root of the
#
webapp) that will be used instead of this setting to make it easier to
#
include the runtime in a deployed war without knowing where it will be
#
exploded in the file system.
#
The Moqui Conf XML file to use for runtime settings.
#
This property is relative to the runtime location.
moqui.conf
=
conf/MoquiProductionConf.xml
Back
|
FazBrowse Home
|
New Git URL