mirror of
https://gitlab.com/nullmax17/RestySqlite.git
synced 2025-03-14 16:01:13 +03:00
9 lines
96 B
TOML
9 lines
96 B
TOML
title = "Configuration file for API"
|
|
|
|
[api]
|
|
port = 5417
|
|
handle = "api"
|
|
|
|
[sql]
|
|
database = "test"
|