Standardize DOMAIN key across service and template JSON files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"main": {
|
||||
"SERVICE_NAME": "leantime",
|
||||
"DOMAIN": "#LEANTIME_DOMAIN"
|
||||
"DOMAIN": "#DOMAIN"
|
||||
},
|
||||
"containers": [
|
||||
{
|
||||
@@ -32,7 +32,7 @@
|
||||
"LOCATION": "#LEANTIME_LOCATION_PATH"
|
||||
},
|
||||
{
|
||||
"DOMAIN": "#LEANTIME_DOMAIN"
|
||||
"DOMAIN": "#DOMAIN"
|
||||
},
|
||||
{
|
||||
"SMARTHOST_PROXY_PATH": "/smarthost-domains"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"main": {
|
||||
"SERVICE_NAME": "leantime",
|
||||
"DOMAIN": "#LEANTIME_DOMAIN"
|
||||
"DOMAIN": "#DOMAIN"
|
||||
},
|
||||
"containers": [
|
||||
{
|
||||
@@ -150,7 +150,7 @@
|
||||
"LEAN_PORT": "80"
|
||||
},
|
||||
{
|
||||
"LEAN_APP_URL": "https://#LEANTIME_DOMAIN"
|
||||
"LEAN_APP_URL": "https://#DOMAIN"
|
||||
},
|
||||
{
|
||||
"LEAN_APP_DIR": "leantime/"
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"fields": [
|
||||
{
|
||||
"description": "Please add LeanTime domain:",
|
||||
"key": "LEANTIME_DOMAIN",
|
||||
"key": "DOMAIN",
|
||||
"value": "",
|
||||
"required": "true"
|
||||
},
|
||||
|
Reference in New Issue
Block a user