1
0
mirror of https://github.com/taigrr/shorturl synced 2025-01-18 04:03:16 -08:00

Update README.md

Closes #15
This commit is contained in:
James Mills 2019-09-01 11:55:51 +10:00 committed by GitHub
parent c282c99112
commit 9f228cd6e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,10 @@ shorturl also displays an absolute url after creating and uses the value of
`-baseurl` (*default: `""`*) for display purposes. This is useful for copying `-baseurl` (*default: `""`*) for display purposes. This is useful for copying
and pasting the shorturl. and pasting the shorturl.
## Data Storage
Data is currently stored in a [Bolt](https://github.com/boltdb/bolt) embedded database configured via the `-dbpath` option.
## License ## License
MIT MIT