Constant ascii_hangman_backend::CONF_TEMPLATE[][src]

pub const CONF_TEMPLATE: &str = "# Add own secrets here; one per line.\r
\r
secrets:\r
- guess me\r
- _good l_uck\r
- \"_der Hund:_| the dog\"\r
- _3*_7_=21_\r
\r
\r
# Uncomment 3 lines to use an optional custom image:\r
\r
#image: |1\r
#   ::\r
# C|__|\r
";
Expand description

Fallback sample configuration when the desktop application finds no configuration. This is also place holder and default when the web application starts.