diff options
| author | RATDAD <lambda@disroot.org> | 2026-03-14 19:09:51 -0400 |
|---|---|---|
| committer | RATDAD <lambda@disroot.org> | 2026-03-14 19:09:51 -0400 |
| commit | c4370a17dec7c1090c92efc195f6bd1188ba9bde (patch) | |
| tree | 9e421f1f16ea409865a371adb4902e604ec5f299 /templates/edge.env.template | |
| parent | 2578d12ea47d10130472a845244e4aaac48897cb (diff) | |
| download | rd-cloud-dev.tar.gz rd-cloud-dev.tar.bz2 rd-cloud-dev.zip | |
refactor: alter the position of environment files and container routingdev
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= |
