module.exports =
  secret:
    description: "Secret key for encoding and decoding tokens."
    type: "string"
    default: "UUyCtx=d_"

  apiKey:
    description: "Secret key allowing interactions between servers"
    type: "string"
    default: "rN+gt8JA3tx=!%9#qz^Zx75%%Xr2!Kd_!%afGpeh822Wh34T7ngZ"

  adminPassword:
    description: "Admin password."
    type: "string"
    default: "2222"
