This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
snowballtools-base-mirror
Watch
16
Star
0
Fork
0
You've already forked snowballtools-base-mirror
mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced
2024-11-18 13:16:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2f8d21baf5
snowballtools-base-mirror
/
packages
/
backend
/
environments
/
local.toml
8 lines
104 B
TOML
Raw
Normal View
History
Unescape
Escape
Implement GraphQL server setup (#16) * Set up gql server * Get config data from environment file
2024-01-16 09:36:35 +00:00
[
server
]
host
=
"127.0.0.1"
port
=
8000
gqlPath
=
"/graphql"
Refactor database setup and add user context to GQL requests (#17) * Add context to each request * Implement get user db query * Move constants to a separate file * Refactor database init method
2024-01-17 05:23:01 +00:00
[
database
]
dbPath
=
"db/snowball"
Reference in New Issue
Copy Permalink