mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 22:24:23 +08:00
Updated Setup guide (markdown)
parent
55df7215c3
commit
077e4cda09
1 changed files with 10 additions and 5 deletions
|
@ -98,12 +98,17 @@ SMTP_PASSWORD: "<<smtp_password>>"
|
|||
MAIL_SERVER_URL: "scinote.yourdomain.com"
|
||||
|
||||
# File storage
|
||||
|
||||
# For local file storage
|
||||
PAPERCLIP_STORAGE: "filesystem"
|
||||
AWS_ACCESS_KEY_ID: ""
|
||||
AWS_REGION: ""
|
||||
AWS_SECRET_ACCESS_KEY: ""
|
||||
S3_BUCKET: ""
|
||||
S3_HOST_NAME: ""
|
||||
|
||||
# For S3 file storage
|
||||
#PAPERCLIP_STORAGE: "s3"
|
||||
#AWS_ACCESS_KEY_ID: ""
|
||||
#AWS_REGION: ""
|
||||
#AWS_SECRET_ACCESS_KEY: ""
|
||||
#S3_BUCKET: ""
|
||||
#S3_HOST_NAME: ""
|
||||
|
||||
# This is needed for 'better errors' gem in development mode
|
||||
TRUSTED_IP: "172.17.0.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue