"""Configuration options Instructions: rename this file to "config.py" and set the values you require """ dbtype = 'mysql' dbhost = 'localhost' dbname = 'restaurants' dbuser = 'username' dbpass = 'password' GOOGLE_MAPS_API_KEY = "AAAAAAAAAAAAAAAAAAAAAAAAAAA_BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB" # 6 second delay between requests GOOGLE_API_DELAY = 6