diff options
Diffstat (limited to 'templates/edge.env.template')
| -rw-r--r-- | templates/edge.env.template | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/templates/edge.env.template b/templates/edge.env.template new file mode 100644 index 0000000..5686218 --- /dev/null +++ b/templates/edge.env.template @@ -0,0 +1,34 @@ +DOMAIN=${DOMAIN} +DOCUMENT_ROOT= + +PKM_HOST=pkm +PKM_SUB= +PKM_PORT= + +SCM_HOST=scm +SCM_SUB= +SCM_PORT= + +PIM_HOST=pim +PIM_SUB= +PIM_PORT= + +TSK_HOST=tsk +TSK_SUB= +TSK_PORT= + +IAM_HOST=iam +IAM_SUB= +IAM_PORT= + +IRM_HOST=irm +IRM_SUB= +IRM_PORT= + +NEWS_HOST=news +NEWS_SUB= +NEWS_PORT= + +DBA_HOST=dba +DBA_SUB= +DBA_PORT= |
