mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +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
|
||||
await knex('settings').insert({
|
||||
miner_mode: 'eco',
|
||||
voltage: 0.5,
|
||||
frequency: 450,
|
||||
fan: -1,
|
||||
miner_mode: 'balanced',
|
||||
voltage: 0,
|
||||
frequency: 0,
|
||||
fan: 0,
|
||||
connected_wifi: null,
|
||||
left_sidebar_visibility: true,
|
||||
left_sidebar_extended: true,
|
||||
|
Loading…
Reference in New Issue
Block a user