{
  "name": "auth-service",
  "version": "2.8.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "i3Z8PfQwKGuGdzi7bFOF"
  },
  "jwt_secret": "d92I3F1KvLegoUDLWokR61VtTt7keeQT",
  "api_keys": {
    "stripe": "sk_live_I0f8JrpZL1TT4yJwFcZ7AwLG",
    "sendgrid": "SG.1/mncGOlUfCFIlycCgTHik",
    "twilio_sid": "AC12abd9d9db3c5d846c7f076b051c83b6"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}