Standardize DOMAIN key across service and template JSON files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"main": {
|
||||
"SERVICE_NAME": "immich",
|
||||
"DOMAIN": "#IMMICH_DOMAIN"
|
||||
"DOMAIN": "#DOMAIN"
|
||||
},
|
||||
"containers": [
|
||||
{
|
||||
@@ -29,7 +29,7 @@
|
||||
"PORT": "2283"
|
||||
},
|
||||
{
|
||||
"DOMAIN": "#IMMICH_DOMAIN"
|
||||
"DOMAIN": "#DOMAIN"
|
||||
},
|
||||
{
|
||||
"SMARTHOST_PROXY_PATH": "/smarthost-domains"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"main": {
|
||||
"SERVICE_NAME": "immich",
|
||||
"DOMAIN": "#IMMICH_DOMAIN"
|
||||
"DOMAIN": "#DOMAIN"
|
||||
},
|
||||
"containers": [
|
||||
{
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"fields": [
|
||||
{
|
||||
"description": "Please add Immich domain:",
|
||||
"key": "IMMICH_DOMAIN",
|
||||
"key": "DOMAIN",
|
||||
"value": "",
|
||||
"required": "true"
|
||||
},
|
||||
|
Reference in New Issue
Block a user