Skip to content

Commit 9640c6c

Browse files
authored
fix: indent (#48)
1 parent 3c544ec commit 9640c6c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This will install the executable to the user install directory of your platform.
2929

3030
## Usage
3131

32-
The sources and destinations for `cloud2sql` are configured via a configuration file. Create your own configuration by adjusting the [config template file](./config-template.yaml).
32+
The sources and destinations for `cloud2sql` are configured via a configuration file. Create your own configuration by adjusting the [config template file](config-template.yaml).
3333

3434
You can safely delete the sections that are not relevant to you (e.g. if you do not use AWS, you can delete the `aws` section).
3535
All sections refer to cloud providers and are enabled if a configuration section is provided.
@@ -104,11 +104,11 @@ sources:
104104
105105
```yaml
106106
sources:
107-
digitalocean:
108-
# DigitalOcean API tokens for the teams to be collected
109-
api_tokens: []
110-
# DigitalOcean Spaces access keys for the teams to be collected, separated by colons
111-
spaces_access_keys: []
107+
digitalocean:
108+
# DigitalOcean API tokens for the teams to be collected
109+
api_tokens: []
110+
# DigitalOcean Spaces access keys for the teams to be collected, separated by colons
111+
spaces_access_keys: []
112112
```
113113
114114
### Destinations
@@ -225,7 +225,7 @@ Install the relevant driver and use the connection string from the documentation
225225
226226
#### Example
227227
228-
We use a minimal configuration [example](./config-example.yaml) and export the data to a SQLite database.
228+
We use a minimal configuration [example](config-example.yaml) and export the data to a SQLite database.
229229
The example uses our AWS default credentials and the default kubernetes config.
230230
231231
```bash

0 commit comments

Comments
 (0)