Skip to content

Instantly share code, notes, and snippets.

@taylortom
Last active August 13, 2019 10:45
Show Gist options
  • Save taylortom/590addcceab068be1700eb977e4116b3 to your computer and use it in GitHub Desktop.
Save taylortom/590addcceab068be1700eb977e4116b3 to your computer and use it in GitHub Desktop.
Example config file
module.exports = {
'app': {
local_modules_path: "/Users/tom/Projects/adapt_authoring_restructure"
},
'adapt-authoring-logger': {
enabledLevels: ['error', 'warn', 'success', 'info', 'debug']
},
'adapt-authoring-mongodb': {
host: "localhost",
port: 27017,
dbname: "adapt-authoring-prototype"
},
'adapt-authoring-server': {
host: "localhost",
port: 5000,
logStackOnError: true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment