Added rpcuser and rpcpassword options to bitcoin-node startup
This commit is contained in:
@@ -116,11 +116,11 @@
|
||||
strategy = "periodic"
|
||||
|
||||
[updates.periodic]
|
||||
time_zone={{ update_schedule_timezone }}
|
||||
time_zone="{{ update_schedule_timezone }}"
|
||||
|
||||
[[updates.periodic.window]]
|
||||
days = {{ update_schedule_days }}
|
||||
start_time = {{ update_schedule_starttime }}
|
||||
start_time = "{{ update_schedule_starttime }}"
|
||||
length_minutes = {{ update_schedule_length }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user