X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FConfiguration%2FDefaults.py;h=0de824acf53e37b3f63529691c4cafbb1724bfbd;hb=f9f6eeb97d2a5588ba6e567b48f186c704342be9;hp=588cddd6df3174e950695a4934c544c774d6a3c0;hpb=985c5ad8a0d217225fe28eef8c8e3d63bae8ba85;p=dead%2Fcensus-tools.git diff --git a/src/Configuration/Defaults.py b/src/Configuration/Defaults.py index 588cddd..0de824a 100644 --- a/src/Configuration/Defaults.py +++ b/src/Configuration/Defaults.py @@ -1,4 +1,4 @@ DATABASE_HOST = 'localhost' DATABASE_NAME = 'census' DATABASE_USERNAME = 'postgres' -SRID = '4269' +SRID = 4269