Murali-group / GraphSpace

The interactive graph sharing website.
http://graphspace.org
GNU General Public License v2.0
30 stars 41 forks source link

Environment variables can't be read onto Apache Server #439

Closed jddanna closed 3 years ago

jddanna commented 3 years ago

Currently, base.py tries to read variables from environment variables but Apache does not use Linux environment variables. I suggest we create a .env file at the root and have the settings read in variables from that file. The "schedule maintenance" script could be altered to update the contents of the .env file.