Added placeholder for settings.rs
This commit is contained in:
parent
f8c8f09203
commit
3f7de0e802
1 changed files with 9 additions and 0 deletions
9
src/settings.rs
Normal file
9
src/settings.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
// TODO: change these values with yours
|
||||
|
||||
pub const URL: &str = "https://my.server.com/remote.php/dav/files/john";
|
||||
pub const USERNAME: &str = "username";
|
||||
pub const PASSWORD: &str = "secret_password";
|
||||
|
||||
pub const EXAMPLE_TASK_URL: &str = "https://my.server.com/remote.php/dav/calendars/john/6121A0BE-C2E0-4F16-A3FA-658E54E7062A/74439558-CDFF-426C-92CD-ECDDACE971B0.ics";
|
||||
pub const EXAMPLE_CALENDAR_URL: &str = "https://my.server.com/remote.php/dav/calendars/john/a_calendar_name/";
|
||||
|
Loading…
Add table
Reference in a new issue