Example config file.
This commit is contained in:
parent
3bd8d38847
commit
929f755661
1 changed files with 9 additions and 0 deletions
9
config_example.toml
Normal file
9
config_example.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
admin = "zedshaw"
|
||||
views = "./views"
|
||||
layouts = "layouts/main"
|
||||
port = ":5001"
|
||||
|
||||
|
||||
[database]
|
||||
driver = "sqlite3"
|
||||
url = "db.sqlite3"
|
Loading…
Add table
Add a link
Reference in a new issue