Skip to content

Commit

Permalink
Adding comment regarding passwords. Temporary disabling pipeline for …
Browse files Browse the repository at this point in the history
…the develop branch
  • Loading branch information
AmebaBrain committed Jan 8, 2025
1 parent 6149c2d commit 871cd95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy docs
on:
push:
branches:
- develop
#- develop
- master

permissions:
Expand Down
5 changes: 3 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ Detailed instructions how to add data sources for each supported connector could
We will not repeat them here, but instead will show how to add server and import schema whenever applicable for each of our datasources.

### Servers creation
In the left navigation pane of the dashboard in the Connectors section click on the corresponding connector and fill out connection details as per below.
In the left navigation pane of the dashboard in the Connectors section click on the corresponding connector and fill out connection details as per screenshots below.
The passwords for all the datasources could be found in the `docker-compose.yml` file from which we [spinned up](#infrastructure-setup) all the containers.

=== "mysql"
<figure markdown>
Expand Down Expand Up @@ -331,7 +332,7 @@ docker compose -f demo/docker-compose.yml up -d
```

Datero supports fully fledged configuration file with all the possible FDW options.
For more details, please refer to the [configuration](../administration/configuration/#configuration-file) section.
For more details, please refer to the [configuration](administration/configuration.md#configuration-file) section.

=== "Config file mounting"
```yaml linenums="1" hl_lines="13"
Expand Down

0 comments on commit 871cd95

Please sign in to comment.