mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
log settings
This commit is contained in:
parent
984b5a0ca4
commit
ddae704f88
1 changed files with 3 additions and 1 deletions
|
@ -20,4 +20,6 @@ if process.env['AWS_ACCESS_KEY_ID']? and process.env['AWS_SECRET_ACCESS_KEY']? a
|
|||
Settings.docstore.s3 =
|
||||
key: process.env['AWS_ACCESS_KEY_ID']
|
||||
secret: process.env['AWS_SECRET_ACCESS_KEY']
|
||||
bucket: process.env['AWS_BUCKET']
|
||||
bucket: process.env['AWS_BUCKET']
|
||||
console.log "SETTINGS"
|
||||
console.log Settings.docstore.s3
|
Loading…
Reference in a new issue