e4c099f8c3
* Add context to each request * Implement get user db query * Move constants to a separate file * Refactor database init method
8 lines
104 B
TOML
8 lines
104 B
TOML
[server]
|
|
host = "127.0.0.1"
|
|
port = 8000
|
|
gqlPath = "/graphql"
|
|
|
|
[database]
|
|
dbPath = "db/snowball"
|