Skip to content

Commit

Permalink
docs: updated env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
MrunmayS committed Nov 1, 2023
1 parent 501cdeb commit eebe621
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions connectors/mysql/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export MYSQL_URL="mysql://root:mysql@localhost:3306/Chinook"
12 changes: 6 additions & 6 deletions connectors/snowflake/.env.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SN_SERVER=xxxxx
SN_USER=xxxxx
SN_PASSWORD=xxxxx
SN_DATABASE=xxxxx
SN_WAREHOUSE=xxxxx
SN_ROLE=xxxxx
export SN_SERVER=xxxxx
export SN_USER=xxxxx
export SN_PASSWORD=xxxxx
export SN_DATABASE=xxxxx
export SN_WAREHOUSE=xxxxx
export SN_ROLE=xxxxx

0 comments on commit eebe621

Please sign in to comment.