plenum-bot/src/variables_and_settings.rs

17 lines
321 B
Rust
Raw Normal View History

2024-07-23 17:44:07 +02:00
pub const FALLBACK_TEMPLATE: &str = r#"
# Welcome to HedgeDoc
This is a template pad.
## Section 1
- Item 1
- Item 2
## Section 2
Add more content here...
"#;
pub const PLENUM_TEMPLATE_URL: &str = "https://md.berlin.ccc.de/plenum-template/download";
pub const HEDGEDOC_SERVER_URL: &str = "https://md.berlin.ccc.de";