Skip to content

newslynx/newslynx-app-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newslynx App Config

A secondary way to load configuration for NewsLynx app.

This configuration setup is used for the Electron app so it can avoid having a config.yaml file in ~/.newslynx/config.yaml. Generally you would omit api_url key and the user would be prompted when they run the program.

Sample configuration for config.js.

module.exports = {
  "api_version": "v1",
  "newslynx_app_secret_key": "chicken-burrito-grande",
  "https": false,
  "api_url": "https://localhost:5000"
}

About

A secondary configuration method for NewsLynx app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published