{
  "name": "auth-service",
  "version": "1.8.23",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "l5PIp3G7q20rEu0x0VZi"
  },
  "jwt_secret": "A7TKRHFd6ZBKZR4zHXwsdpXVvjOwLi5E",
  "api_keys": {
    "stripe": "sk_live_WXUqDQdfc22PHNpfuZfCNF3D",
    "sendgrid": "SG.WOF0+lQIXHhG7W919o7I3F",
    "twilio_sid": "AC8b337d6dc17075fa16ee18e6022b8055"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}