Replace www.unddit.com with undelete.pullpush.io (#42)
* Replace www.unddit.com with undelete.pullpush.io * Update comment --------- Co-authored-by: Matthew Esposito <matt@matthew.science>
This commit is contained in:
parent
469d0994f1
commit
35927287f1
@ -9,9 +9,9 @@ use std::{env::var, fs::read_to_string};
|
|||||||
// first request) and contains the instance settings.
|
// first request) and contains the instance settings.
|
||||||
pub static CONFIG: Lazy<Config> = Lazy::new(Config::load);
|
pub static CONFIG: Lazy<Config> = Lazy::new(Config::load);
|
||||||
|
|
||||||
// This serves as the frontend for the Pushshift API - on removed comments, this URL will
|
// This serves as the frontend for an archival API - on removed comments, this URL
|
||||||
// be the base of a link, to display removed content (on another site).
|
// will be the base of a link, to display removed content (on another site).
|
||||||
pub const DEFAULT_PUSHSHIFT_FRONTEND: &str = "www.unddit.com";
|
pub const DEFAULT_PUSHSHIFT_FRONTEND: &str = "undelete.pullpush.io";
|
||||||
|
|
||||||
/// Stores the configuration parsed from the environment variables and the
|
/// Stores the configuration parsed from the environment variables and the
|
||||||
/// config file. `Config::Default()` contains None for each setting.
|
/// config file. `Config::Default()` contains None for each setting.
|
||||||
|
Loading…
Reference in New Issue
Block a user