mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-06-02 15:32:30 +02:00
Fixed initial settings
This commit is contained in:
parent
73e812c757
commit
6f4f7a3114
@ -24,10 +24,10 @@ exports.up = async function (knex) {
|
|||||||
|
|
||||||
// default settings
|
// default settings
|
||||||
await knex('settings').insert({
|
await knex('settings').insert({
|
||||||
miner_mode: 'eco',
|
miner_mode: 'balanced',
|
||||||
voltage: 0.5,
|
voltage: 0,
|
||||||
frequency: 450,
|
frequency: 0,
|
||||||
fan: -1,
|
fan: 0,
|
||||||
connected_wifi: null,
|
connected_wifi: null,
|
||||||
left_sidebar_visibility: true,
|
left_sidebar_visibility: true,
|
||||||
left_sidebar_extended: true,
|
left_sidebar_extended: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user