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