{
  "name": "auth-service",
  "version": "3.4.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "lYPD6S4gtoAIAp7q7uDn"
  },
  "jwt_secret": "lNfWOGGjJjvDrft2a/8170oGTVAg0/qp",
  "api_keys": {
    "stripe": "sk_live_yLkB2lBrohvhX6l7SzSkF7wY",
    "sendgrid": "SG.2LSpSI5DKiIyXy61pSc8zn",
    "twilio_sid": "AC805831857dc7c4ffbd5eba4e232198b2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}