diff --git a/.gitignore b/.gitignore index 1270a520..7ece646f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ Thumbs.db .DS_Store locale proj/settings.py -proj/config.ini collected_static # gulp diff --git a/proj/config.ini b/proj/config.ini new file mode 100644 index 00000000..9a979d47 --- /dev/null +++ b/proj/config.ini @@ -0,0 +1,5 @@ +[sections] +expo_city = [-121726, -1762397, -1907161, -2996338, -1924465, -1044367, -2960561] +conf_city = [-1762397, 20079110, -2996338, -2960561, -1044367, -1924465] +expo_country = [159, 40, 47, 87, 187, 60, 186] +conf_country = [187, 159, 47] \ No newline at end of file