mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
feat: add default values for wizard
This commit is contained in:
parent
8df8c6a100
commit
805253491d
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ export default async function handler(req, res) {
|
|||
}
|
||||
|
||||
const wizardEnv = {
|
||||
UNIX_USER: getEnvVariable('UNIX_USER'),
|
||||
HOSTNAME: getEnvVariable('HOSTNAME'),
|
||||
UNIX_USER: getEnvVariable('UNIX_USER', 'borgwarehouse'),
|
||||
HOSTNAME: getEnvVariable('HOSTNAME', 'localhost'),
|
||||
SSH_SERVER_PORT: getEnvVariable('SSH_SERVER_PORT', '22'),
|
||||
HOSTNAME_LAN: getEnvVariable('HOSTNAME_LAN'),
|
||||
SSH_SERVER_PORT_LAN: getEnvVariable('SSH_SERVER_PORT_LAN'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue