You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This will install the executable to the user install directory of your platform.
29
29
30
30
## Usage
31
31
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).
33
33
34
34
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).
35
35
All sections refer to cloud providers and are enabled if a configuration section is provided.
@@ -104,11 +104,11 @@ sources:
104
104
105
105
```yaml
106
106
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: []
112
112
```
113
113
114
114
### Destinations
@@ -225,7 +225,7 @@ Install the relevant driver and use the connection string from the documentation
225
225
226
226
#### Example
227
227
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.
229
229
The example uses our AWS default credentials and the default kubernetes config.
0 commit comments