changed app linkding: fixed form-feeded env variables
This commit is contained in:
parent
94478193d8
commit
0cf1a73c76
2 changed files with 2 additions and 6 deletions
|
|
@ -20,14 +20,14 @@
|
|||
"max": "50",
|
||||
"required": true,
|
||||
"placeholder": "admin",
|
||||
"env_variable": "ENV_SUPERUSER_NAME"
|
||||
"env_variable": "LD_SUPERUSER_NAME"
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"label": "Initial superuser password",
|
||||
"max": "100",
|
||||
"required": true,
|
||||
"env_variable": "ENVLD_SUPERUSER_PASSWORD"
|
||||
"env_variable": "LD_SUPERUSER_PASSWORD"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue