{
  "name": "auth-service",
  "version": "1.2.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bbaSxBXkVRM8eoz1JpfB"
  },
  "jwt_secret": "INTEvD+uXo2TYqkSmL3Zlv/3/OLGS5Ag",
  "api_keys": {
    "stripe": "sk_live_rbp2wEguM9g008BYkcF5ZVdE",
    "sendgrid": "SG.DXGVohpPfZkLz8MUjvfneZ",
    "twilio_sid": "ACf796068dc05708767839b46ace4fa4c9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}