{
  "name": "auth-service",
  "version": "1.4.4",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "G037vn5a4ZCavlmWiLgB"
  },
  "jwt_secret": "Nk4+q6dwhyO6dFaLAbcJn3MJ8NzFtPhC",
  "api_keys": {
    "stripe": "sk_live_Iohi7TbVx69I9j9Ml1QVxqna",
    "sendgrid": "SG.I81Wow102kLt6VRiaggSgZ",
    "twilio_sid": "AC06f680903897d87909a35eb393cedc5e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}