feat: use secret_key config field instead of api_key (#2444)
Fixes #2426
This commit is contained in:
parent
74af2112a6
commit
d800c5e280
10 changed files with 31 additions and 1 deletions
2
install
2
install
|
@ -452,6 +452,8 @@ if $is_first_install; then
|
|||
fi
|
||||
set_config "$(generate_random_password)" general api_key
|
||||
|
||||
set_config "$(generate_random_password)" general secret_key
|
||||
|
||||
if [[ -n "$LIBRETIME_TIMEZONE" ]]; then
|
||||
set_config "$LIBRETIME_TIMEZONE" general timezone
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue