request-yo-racks / api

A REST API for the Request-Yo-Racks projects.
https://api.requestyoracks.org
MIT License
0 stars 4 forks source link

Fix production settings #35

Closed rgreinho closed 6 years ago

rgreinho commented 6 years ago

Description

Some environment variables end with a carriage return symbol ('\n'), causing the Django production settings to be parsed incorrectly. This patch strips such characters when reading environment variables.

Motivation and Context

Fix production....

How Has This Been Tested?

Using the production settings in a developer envioronment (minikukbe).

Types of changes

Checklist