Noise service backend
Go to file
EliasSchriefer 450ec49bf0 Fix database-path not being read from config
`database-path` in config was correct, but was being overwritten by
`--database-path` option. In a test case the option was not given, but
clap/structopt marked it as `present`. The occurrences were `0` though.
2021-07-13 13:30:16 +00:00
src Fix database-path not being read from config 2021-07-13 13:30:16 +00:00
.gitignore Updated the .gitignore (Include VS Code stuff) 2021-04-06 19:43:33 +00:00
Cargo.lock Add offline feature to sqlx 2021-06-28 14:35:18 +00:00
Cargo.toml Add offline feature to sqlx 2021-06-28 14:35:18 +00:00
noise.graphql Fix some inconsistencies in graphql schema 2021-06-07 15:59:03 +00:00
README.md Initial commit 2021-04-06 19:42:24 +02:00

Noise service backend

A server for Noise networks

If you're looking for the android app, go to WDG/noise