-
Bug Report
-
Resolution: Won't Do
-
L3 - Default
-
None
-
None
Environment (Required on creation):
Windows or Linux system, Google Chrome
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
Use this : DB_PASSWORD filetype:env
Steps to reproduce (Required on creation):
1- open google
2- Put that into a process in the search process :- ` DB_PASSWORD filetype:env`
3- Among the results of the search is this link (https://docs.camunda.org/cawemo/1.5/.env )
4- After entering we find that I can see it
DB_HOST=postgresql.your-company.com DB_PORT=5432 DB_NAME=cawemo DB_USER=cawemo DB_PASSWORD=top-secret-123 ######### # EMAIL # ######### SMTP_HOST=mail.your-company.com SMTP_PORT=587 SMTP_USER=cawemo SMTP_PASSWORD=top-secret-123 SMTP_ENABLE_TLS=true SMTP_FROM_ADDRESS=cawemo@your-company.com SMTP_FROM_NAME=Cawemo