1
#This is a samply config file.  Create a file named conf.py,in this directory, and decalre the following variables there.
2
#DO NOT EDIT THIS FILE.  This file is not read for config changes
3
APPURL = ('http://y.a11y.in',) # The path which points to "alipi" directory.
4
JQUERYURL = ('http://foo.jquery',) #URL for jquery.
5
JQUERYUI = ('http://y.a11y.in/apis',) #URL for loading jQuery UI theme and widgets
6
JQUERYCSS = ('http://y.a11y.in/apis',) #URL for loading custom jQuery CSS
7
PASSWD = ('password',) #Deprecated
8
BLOGURL = ('http://something.blogspot.com',) #Temporarily deprecated.
9
EMAIL = ('johnDoe@gmail.com',) #Deprecated
10
DEPLOYURL = ('http://y.a11y.in/app',) #URL pointing to the application
11
DBNAME = ('test',) #mySQL db for holding a list of language and location
12
DBPASSWD = ('admin',) #mySQL password
13
DBUSRNAME = ('sql_password',) #mySQL user with read access to the DBNAME
14
DBHOST = ('localhost',)
15
MONGODB = ('alipi',) #Name of the database in MongoDB
16
SWEETURL = ('http://demo.swtr.us',) #URL to a sweet store
17
SWEET_STORE_ADD = ("http://demo.swtr.us/add",) #The specific API endpoint for submitting sweets