forked from Fediversity/Fediversity
panel: override STATIC_ROOT
This commit is contained in:
parent
3354c89503
commit
d5264a52a1
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ in
|
|||
settings = {
|
||||
DATABASE_URL = "sqlite:///var/lib/${name}/db.sqlite3";
|
||||
CREDENTIALS_DIRECTORY = "/var/lib/${name}/.credentials";
|
||||
STATIC_ROOT = "/var/lib/${name}/static";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue