Skip to content

Commit

Permalink
chore: refactor example config
Browse files Browse the repository at this point in the history
  • Loading branch information
robertstojs committed Jan 18, 2024
1 parent 237bf84 commit a04d686
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.json.example
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[
{
"ShortURL": "short1",
"OriginalURL": "https://example.com",
"RedirectPath": "short1",
"DestinationURL": "https://example.com",
"RegexPattern": ""
},
{
"ShortURL": "short2",
"OriginalURL": "https://example.org",
"RedirectPath": "short2",
"DestinationURL": "https://example.org",
"RegexPattern": "^regex.*$"
},
{
"ShortURL": "blog-pattern",
"OriginalURL": "https://example.com/blog-page",
"RedirectPath": "blog-pattern",
"DestinationURL": "https://example.com/blog-page",
"RegexPattern": "^blog[0-9]+$"
}
]
Expand Down

0 comments on commit a04d686

Please sign in to comment.