Added rpcuser and rpcpassword options to bitcoin-node startup

This commit is contained in:
b0xxer
2024-02-13 10:20:15 -06:00
parent f0e6bce522
commit d83de2ce60
5 changed files with 16 additions and 6 deletions
+2 -2
View File
@@ -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 }}