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

Added collection support #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FarhanYaseen
Copy link

No description provided.

@geosp geosp self-assigned this Nov 5, 2020
@@ -2,8 +2,8 @@ let dbname = process.env.DB_NAME || "agenda";
let dbhost = process.env.DB_HOST || "localhost";
let dburi = process.env.DB_URI || null;
let appId = process.env.API_KEY;
let collection = "agendaJobs";
let definitions = "jobDefinitions";
let collection = process.env.COLLECTION || 'agendaJobs';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be two different environment variables? Should we also have a way to set this information via the CLI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants