X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FConfiguration%2FDefaults.py;fp=src%2FConfiguration%2FDefaults.py;h=7c7fa6994adea13c2ccb96c1b8f3ef63fda4644d;hb=98eb1ef7be81064a5e6af3cd1b332b72d8173fe7;hp=0000000000000000000000000000000000000000;hpb=35059c0130c3c668a54f91e6c55949362c592a93;p=dead%2Fcensus-tools.git diff --git a/src/Configuration/Defaults.py b/src/Configuration/Defaults.py new file mode 100644 index 0000000..7c7fa69 --- /dev/null +++ b/src/Configuration/Defaults.py @@ -0,0 +1,3 @@ +DATABASE_HOST = 'localhost' +DATABASE_NAME = 'census' +DATABASE_USERNAME = 'postgres'