.stor_secrets.template 455 B

123456789101112131415161718
  1. CONTACT_EMAIL=stor@test.com
  2. DB_BASE_DIR=/stor/instance
  3. DB_FILENAME=stor
  4. DOC_URL=http://127.0.0.1:8001/doc
  5. ELASTICSEARCH_URL=http://127.0.0.1:9200
  6. MAX_CONTENT_LENGTH=104857600
  7. PROJECT_NAME=project_name
  8. SECRET_KEY=super_secret_key
  9. TM_URL=http://127.0.0.1:8001/tm
  10. UPLOAD_FOLDER=/stor/resources
  11. MAIL_SERVER=localhost
  12. MAIL_PORT=8025
  13. MAIL_USERNAME=user
  14. MAIL_PASSWORD=pass
  15. MAIL_USE_TLS=1
  16. MAIL_USE_SSL=1
  17. MAIL_DEFAULT_SENDER=no-reply@test.com
  18. MAIL_BACKEND=console