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
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'
}
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: