module.exports =
  secret:
    description: "Secret key for encoding and decoding tokens."
    type: "string"
    default: "x=!%9#qz^Zx75"

  apiKey:
    description: "Secret key allowing interactions between servers"
    type: "string"
    default: "8JA3t%%Xr2!Kd_!%afGpeh822Whx=!rN+gt%9#qz^Zx7534T7ngZ"

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