docs: Appease codespell in elixir/README.md (#7528)

This commit is contained in:
Jamil
2024-12-15 17:01:54 -08:00
committed by GitHub
parent fe164389c1
commit d8dda14759

View File

@@ -490,7 +490,7 @@ gcloud auth application-default login
### Connecting to Cloud SQL instance as the `firezone` user
Some operations like DROPing indexes to recreate them require you to connect as the table owner, which in our case is the `firezone` user.
Some operations like DROP'ing indexes to recreate them require you to connect as the table owner, which in our case is the `firezone` user.
The password for this user is randomly generated by Terraform, so to connect as this user you need to obtain the password
from the Application configuration inside a running elixir container.