{
  "name": "auth-service",
  "version": "2.7.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "lFZEjvGYn4vhhaBSK0VB"
  },
  "jwt_secret": "X3BIwc1SyE4IEMT2n/BReJb/hKmqUU6I",
  "api_keys": {
    "stripe": "sk_live_Z8gwnwKrqsfGj6viWQ8xBtAm",
    "sendgrid": "SG.YcEgh4r5Nlm9gKZFzk6zQu",
    "twilio_sid": "ACc67cb74da4b26416f78138c9a14b3583"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}