Skip to content

Commit

Permalink
move influxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Feb 15, 2024
1 parent 0fbeb1e commit 149bda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ async fn main() -> anyhow::Result<()> {
});

let influx_client = Client::new(
"http://167.86.108.125:8086/",
"http://167.235.137.239:8086/",
"Gametools",
"B_wltARyGe85ohqEYFH0xX9lTQAtw4DdQf0tcee8IcptUInOpZx3oVmnjBSRSDHKV1nEl63xQS8sqCQO7xbETg==",
"xU48SntzsRzDysiY8WtWiEYKSnK9I7Q9-CzkhiwlFzw4TXKgE_UFuwIrhJ9RrNbVUY-9XHNASqavzLWNC7s8ZQ==",
);
let mut mongo_client = MongoClient::connect().await?;

Expand Down

0 comments on commit 149bda9

Please sign in to comment.