MCPcopy Create free account
hub / github.com/emwalker/digraph / Config

Class Config

backend/src/config.rs:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Deserialize, Debug, Clone)]
7pub struct Config {
8 pub digraph_data_directory: String,
9 pub digraph_postgres_connection: String,
10 pub digraph_redis_url: String,
11 pub digraph_server_secret: String,
12}
13
14impl Config {
15 pub fn load() -> Result<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected