Add support for profile photos; default image
This commit is contained in:
@@ -35,12 +35,14 @@ const server_config = {
|
||||
},
|
||||
|
||||
uploads: {
|
||||
enable: true,
|
||||
allowed_path: /./,
|
||||
|
||||
/*
|
||||
* Used by flitter-upload. Path for uploaded files.
|
||||
* Should be relative to the application root.
|
||||
*/
|
||||
destination: './uploads'
|
||||
destination: './tmp.uploads',
|
||||
},
|
||||
|
||||
ssl: {
|
||||
|
||||
Reference in New Issue
Block a user