]> gitweb.michael.orlitzky.com - dead/census-tools.git/blob - src/Configuration/Defaults.py
Changed the default SRID constant to an integer (as opposed to a string).
[dead/census-tools.git] / src / Configuration / Defaults.py
1 DATABASE_HOST = 'localhost'
2 DATABASE_NAME = 'census'
3 DATABASE_USERNAME = 'postgres'
4 SRID = 4269