-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: clean up README with docs folder
This commit cleans up the project README and consolidates all additional documentation into the docs folder. Fixes #362. Fixes #599. Fixes #498. Fixes #401.
- Loading branch information
Showing
5 changed files
with
377 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export GOOGLE_CLOUD_PROJECT="project-name" | ||
|
||
export MYSQL_CONNECTION_NAME="project:region:instance" | ||
export MYSQL_USER="mysql-user" | ||
export MYSQL_PASS="mysql-password" | ||
export MYSQL_DB="mysql-db-name" | ||
|
||
export POSTGRES_CONNECTION_NAME="project:region:instance" | ||
export POSTGRES_USER="postgres-user" | ||
export POSTGRES_PASS="postgres-password" | ||
export POSTGRES_DB="postgres-db-name" | ||
|
||
export SQLSERVER_CONNECTION_NAME="project:region:instance" | ||
export SQLSERVER_USER="sqlserver-user" | ||
export SQLSERVER_PASS="sqlserver-password" | ||
export SQLSERVER_DB="sqlserver-db-name" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.