Skip to content
Snippets Groups Projects
Commit d9052634 authored by Nathaniel Kofalt's avatar Nathaniel Kofalt
Browse files

Change config file location

parent a6e2cd10
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import time
import ConfigParser
configfile = '../production.ini'
configfile = '/service/config/production.ini'
config = ConfigParser.ConfigParser(allow_no_value=True)
config.read(configfile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment