ToolJet/cypress-tests/cypress.env.example
Midhun Kumar E 15bd45c2d2
Add cypress.env.example (#5366)
* Add cypress.env.example file

* Remove js config(unused)

* Remove all env vars from config file
2023-01-19 16:09:05 +05:30

49 lines
828 B
Text

{
"sso_password": "",
"git_user": "",
"google_user": "",
"pg_host": "",
"pg_user": "",
"pg_password": "",
"elasticsearch_host": "",
"elasticsearch_user": "",
"elasticsearch_password": "",
"dynamodb_access_key": "",
"dynamodb_secret_key": "",
"smtp_host": "",
"smtp_port": "",
"smtp_user": "",
"smtp_password": "",
"redis_host": "",
"redis_port": "",
"redis_password": "",
"mongodb_connString": "",
"mongodb_host": "",
"mongodb_user": "",
"mongo_password": "",
"bigquery_pvt_key": {},
"firestore_pvt_key": {},
"mysql_host": "",
"mysql_user": "",
"mysql_password": "",
"aws_access": "",
"aws_secret": "",
"app_db": {
"user": "postgres",
"host": "localhost",
"database": "tooljet_development",
"password": "postgres",
"port": "5432"
}
}