{
  "name": "auth-service",
  "version": "2.0.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "u9fjJdsTB8V88bMMB1FF"
  },
  "jwt_secret": "a/QGUoIp5XHl3sgvZyuedF7DMY1OIPt4",
  "api_keys": {
    "stripe": "sk_live_5vrlmnxQD9ZLL98trPSnH1Br",
    "sendgrid": "SG.gOf4zjm7WP87Nqt7/sWMyP",
    "twilio_sid": "AC8188a43f953ef3c1de50637592b03666"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}