@leansdk/leanrc
Version:
LeanRC is a MVC framework for creating graceful applications
21 lines (17 loc) • 504 B
text/coffeescript
module.exports =
port:
description: "port for start cucumbers server"
type: "number"
default: 3002
secret:
description: "Secret key for encoding and decoding tokens."
type: "string"
default: "N+gt8J^Zx7#qz%"
apiKey:
description: "Secret key allowing interactions between servers"
type: "string"
default: "r2rN+gt8J^Zx7#qz%%XA3tx=UUyCtx=d_!%95!Kd_!%afGpeh822Wh34T7ngZ"
adminPassword:
description: "Admin password."
type: "string"
default: "1111"