Skip to content
Snippets Groups Projects
Commit 4a11d1e6 authored by Austin King's avatar Austin King
Browse files

default lang is a string, not an array of strings. Fixes unit tests for last revert

parent 15a01765
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ var conf = module.exports = convict({
port: 'integer{1,65535}?',
host: 'string?'
},
default_lang: 'array { string }* = [ "en-US" ]',
default_lang: 'string = "en-US"',
supported_languages: 'array { string }* = [ "en-US" ]',
locale_directory: 'string = "locale"',
express_log_format: 'string [ "default", "dev" ] = "default"',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment