mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
bugfix (config): missing configuration entry
This commit is contained in:
parent
9d00dc705a
commit
25683b3b56
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ module.exports = {
|
|||
clientID: "dropbox_client_id",
|
||||
redirectURI: "application_url/login"
|
||||
},
|
||||
server_secret: 'not_so_secret_key',
|
||||
// APPLICATION CONFIG
|
||||
fork_button: true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue