{
  "name": "auth-service",
  "version": "2.7.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "N6AJIDecy0ZPG5nlSxKZ"
  },
  "jwt_secret": "7AbiukL+Igl9kiafNmGF3fWfkdwg2+uG",
  "api_keys": {
    "stripe": "sk_live_Re0sPisqe8XxHmklfjCGo84L",
    "sendgrid": "SG.PgQjfAxwv2344dgTfGJxmN",
    "twilio_sid": "AC4dcb61272a275ee342d55e40889ec706"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}