stargate/sg1.toml

10 lines
No EOL
461 B
TOML

# This is an example Stargate configuration file that defines a couple of routes to match against.
# Regex can be disabled by uncommenting the following line:
#use_regex = false
[routes]
# These routes will exactly match the specified strings.
"a" = "https://cptlobster.dev"
"b" = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
# This is a simple regex matcher. It will match any string that ends in "ic".
".*ic" = "https://en.wikipedia.org/wiki/Special:Random"