mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
Added README in Russian + Prepare for v0.4.0 version
This commit is contained in:
parent
c0bf550eb8
commit
7a4f3dc7a5
5 changed files with 132 additions and 24 deletions
|
|
@ -11,7 +11,7 @@ use crate::auth::{default_authproviders, AuthProviders, Userinfo};
|
|||
pub struct Config {
|
||||
pub listen: String,
|
||||
pub token: Option<String>,
|
||||
pub assets_updater_enabled: bool, // FIXME: IN DEV BRANCH ONLY
|
||||
pub assets_updater_enabled: bool,
|
||||
pub motd: CMotd,
|
||||
#[serde(default = "default_authproviders")]
|
||||
pub auth_providers: AuthProviders,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue