{
  "name": "auth-service",
  "version": "1.5.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LSW4l8L4v3SNxkioVKvP"
  },
  "jwt_secret": "TRk6MK9cuXsGG9OUcsgwSIYorN8J/3S5",
  "api_keys": {
    "stripe": "sk_live_KKQPMipOb4zYwyblYLjISNKR",
    "sendgrid": "SG.UAGhThBOB1MQfQn9b+Gk5L",
    "twilio_sid": "ACf7b05d2028926e07f0930081ba29629d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}