{
  "name": "auth-service",
  "version": "1.8.1",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EaQ0kGMJJR0nN84fSD82"
  },
  "jwt_secret": "cDMN+M+PTAArXtyiZ3JkBJpm0KphWUcQ",
  "api_keys": {
    "stripe": "sk_live_wQhBHBPCfniMNIkTEVWU1AVI",
    "sendgrid": "SG.pecvd/AMwTaCKs09SyfxP5",
    "twilio_sid": "AC30642d0f121eafb0c8c6156e0500f0aa"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}