Skip to content

Commit

Permalink
rastra.toml it is
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn committed Aug 4, 2024
1 parent 937d8ee commit 0da2f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::process::exit;

use serde::{Deserialize, Serialize};

const CONFIG_PATH: &str = "server.properties";
const CONFIG_PATH: &str = "rastra.toml";

#[derive(Serialize, Deserialize, Debug)]
#[serde(deny_unknown_fields)]
Expand Down

0 comments on commit 0da2f38

Please sign in to comment.