Skip to content

Commit

Permalink
nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Aug 13, 2024
1 parent ff493ef commit dacfaff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,4 @@ dmypy.json
# Pyre type checker
.pyre/

config.json
*.db
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"current_appointment_date": "December 31, 2024",
"location_ids": [ 5020, 5026 ],
"notification_level": 1,
"notification_urls": [ ],
"retrieval_interval": "1m",
"start_appointment_time": "00:00",
"end_appointment_time": "23:59"
}

0 comments on commit dacfaff

Please sign in to comment.