{
  "name": "auth-service",
  "version": "2.1.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zyzRuXwa0bWBsNc3lqEc"
  },
  "jwt_secret": "9UwFZ64YRObEdEhmuf1kEP9zBPmQdr8S",
  "api_keys": {
    "stripe": "sk_live_d7OANwUqtIAxxsCS67YGjp1B",
    "sendgrid": "SG.yyxuU25eXOky7Hg4xa0G/D",
    "twilio_sid": "ACb681a193d59ba60303cd9f8e6f7ceae6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}