{
  "name": "auth-service",
  "version": "2.0.22",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tTLghELpMdhIwH3KLl9J"
  },
  "jwt_secret": "Hi8l64qbqxnkqAdH7WwYzpe8YtVEBnlU",
  "api_keys": {
    "stripe": "sk_live_zs0wByJG1yCz4POb389B1hD7",
    "sendgrid": "SG.2fDAp7Ud0T2MiCseG51vvU",
    "twilio_sid": "AC29e6a6f219847b9e1472030ea8bace08"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}