# Local Storage

### Sling Env File YAML

See [here](https://docs.slingdata.io/sling-cli/environment#sling-env-file-env.yaml) to learn more about the sling `env.yaml` file.

```yaml
connections:
  LOCAL:
    type: local
    url: file:///tmp
```

## Sling CLI Usage

You can simply refer to a file with the `--src-stream` or `--tgt-object` flag. See [here](https://gist.github.com/flarco/02ea01a1f0bf3f34889dbd3c7f78e30d#file-sling-local-csv-to-database-md) for examples.
