X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FConfiguration%2FDefaults.py;h=588cddd6df3174e950695a4934c544c774d6a3c0;hb=35d5905cf30f546576bd7d7496103cb1fbcfacbb;hp=7c7fa6994adea13c2ccb96c1b8f3ef63fda4644d;hpb=34232f7bd4ad9b4c4d234b91c55a9dc2b1b9d6f7;p=dead%2Fcensus-tools.git diff --git a/src/Configuration/Defaults.py b/src/Configuration/Defaults.py index 7c7fa69..588cddd 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'