use Environment;
/// API credentials for a GresIQ-managed database.
///
/// Obtain these from the smbCloud console after registering a GresIQ app.
/// The `api_key` identifies the app; the `api_secret` authenticates it.
/// Resolve the GresIQ gateway base URL for the given environment.
///
/// - **Dev** → `http://localhost:8088`
/// - **Production** → `https://api.smbcloud.xyz`