You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Justin Etzine edited this page Feb 27, 2016
·
1 revision
The following options are needed for the Elections service to run properly.
db: an object containing details on the database connection. For a port other than 3306, add a port attribute with the integer value for your port.
db_name: this is the desired name of the database in your MySQL server. Since the db object is used before the database has been created, it's important that the db_name is separate from the db object.
cms: the RPI Club Management System API Token issued for the application. To obtain a token, access CMS or contact the Rensselaer Union Systems Administrators.
service_url: the url (and port, if not 80) that the user is accessing your app from; used by the RPI Central Authentication System