Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config File Info - Please Read #267

Open
sabad66 opened this issue Apr 1, 2011 · 0 comments
Open

Config File Info - Please Read #267

sabad66 opened this issue Apr 1, 2011 · 0 comments
Labels

Comments

@sabad66
Copy link
Collaborator

sabad66 commented Apr 1, 2011

If you don't already have one, please create a file in the root directory called config.js. Contents of the file is below. This file should NOT be tracked (since it can contain passwords), so I added it to the .gitignore file. If you don't know what to enter for the email password, email me at sabad66@hotmail.com, or ask someone else who knows it.

// Define application settings here. Each setting is a key value pair. Example:
// settings = {
    // first_setting: 'setting value',
    // second_setting: 'setting value 2'  // no comma on the last one!
// }

settings = {
    db_file: 'db/CivicConnect.db',
    email_account: 'civicconnect@gmail.com',
    email_password: '********',
    email_smtp_server: 'smtp.gmail.com'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant