{
  "name": "auth-service",
  "version": "2.5.4",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "rrUowt7S7BvwIZ9xQ7CA"
  },
  "jwt_secret": "5DgEmi3ELB8ECL5Ifg6XUu/Lw9RQcu85",
  "api_keys": {
    "stripe": "sk_live_ZwTwmRF96nXWHcn9oVjLubRW",
    "sendgrid": "SG.M1I9Initvj4GIed4J85JlF",
    "twilio_sid": "ACd2907d0857127115f723ca07ec8c05b3"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}