mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-06-03 06:29:56 +08:00
feat(auth): add configuration options for user registration and anonymous image hosting
This commit is contained in:
@@ -73,6 +73,8 @@ public class DatabaseInitializer(
|
||||
// 其他配置
|
||||
["Storage:DefaultStorageModeId"] = "1",
|
||||
["AppSettings:ServerUrl"] = "",
|
||||
["AppSettings:EnableRegistration"] = "true",
|
||||
["AppSettings:EnableAnonymousImageHosting"] = "true",
|
||||
["VectorDb:Type"] = "InMemory"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user