fix: remove issue ref from comment, use forge::FORGE_HTTP in knowledge.rs
This commit is contained in:
parent
bc0087830f
commit
5fdc3ffdbf
3 changed files with 4 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ use tokio::process::Command;
|
|||
use crate::coordinator::Coordinator;
|
||||
|
||||
const FORGE_CONTAINER: &str = "hive-forge";
|
||||
const FORGE_HTTP: &str = "http://localhost:3000";
|
||||
pub(crate) const FORGE_HTTP: &str = "http://localhost:3000";
|
||||
const TOKEN_NAME_PREFIX: &str = "hyperhive";
|
||||
/// Where the host-side `core` admin token lives. Used by hive-c0re
|
||||
/// itself to push the meta repo + drive admin API calls (org
|
||||
|
|
|
|||
Loading…
Reference in a new issue