{
  "name": "auth-service",
  "version": "3.7.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JlaNKc3b9bRZ1OXz4u10"
  },
  "jwt_secret": "Ii/Ij3BFJOXg5p5Z6LuiGKk9QSG7i+6/",
  "api_keys": {
    "stripe": "sk_live_G2NdnvMVSGRC606RIthl18xb",
    "sendgrid": "SG.yg8e2cn/Y8cmKB/9CRIixk",
    "twilio_sid": "AC1eddd66d04e2e1a23a5b1bc91fa4b07a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}