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

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

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