parent
fc85515fb8
commit
1e236f8f71
10 changed files with 157 additions and 26 deletions
|
|
@ -39,6 +39,10 @@ in
|
|||
database.type = "sqlite3";
|
||||
dump.enable = true;
|
||||
settings = {
|
||||
DEFAULT = {
|
||||
APP_NAME = "git.10110110.xyz";
|
||||
APP_SLOGAN = "No rice, no life.";
|
||||
};
|
||||
server = {
|
||||
DOMAIN = "git.10110110.xyz";
|
||||
# You need to specify this to remove the port from URLs in the web UI.
|
||||
|
|
@ -46,6 +50,10 @@ in
|
|||
HTTP_PORT = 3000;
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
oauth2_client = {
|
||||
ENABLE_AUTO_REGISTRATION = true;
|
||||
UPDATE_AVATAR = true;
|
||||
};
|
||||
session.COOKIE_SECURE = true;
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue