Splitt out configuration to external context file
This commit is contained in:
parent
300ce27c07
commit
7390cb8b7a
4 changed files with 100 additions and 115 deletions
11
WebContent/WEB-INF/context.sample.xml
Executable file
11
WebContent/WEB-INF/context.sample.xml
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<Environment type="java.lang.String" name="WEBSITE_NAME" value="Gallery" />
|
||||
<Environment type="java.lang.String" name="WEBSITE_URL" value="http://example.com/zallery/" />
|
||||
<Environment type="java.lang.String" name="SMTP_HOST" value="127.0.0.1" />
|
||||
<Environment type="java.lang.String" name="DATA_PATH" value="C:\\data" />
|
||||
|
||||
</Context>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue