{
  "name": "auth-service",
  "version": "2.2.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DgTTr4CUO40t2oNhMCPv"
  },
  "jwt_secret": "gFefZDDgl2ObPqXlBSU5abRy0/F3CuFZ",
  "api_keys": {
    "stripe": "sk_live_dkE93yZi2P2gJdb9ozWRV1b6",
    "sendgrid": "SG.f8oaLASdRLmhrhoYJY4toD",
    "twilio_sid": "AC04435874fd4ac333eb5862093c738243"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}