Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@mchev, if you have time, could you check the docs and see if I missed anything? Thank you. |
| ... | ||
| environment: | ||
| ## Set your database password | ||
| - XXX_PASSWORD=somepass # Where XXX is the Database Type of your choice. |
There was a problem hiding this comment.
May be give examples SQLITE_PASSWORDetc. Idk well the docker part but why not DB_PASSWORD too ?
There was a problem hiding this comment.
Different Docker images use different environment variables, just like our own IS image. The MySQL image specifically requires the password environment variable to be set to MYSQL_PASSWORD, while the PostgreSQL image requires POSTGRES_PASSWORD.
Does our SQLite database have a password? Since the DB is stored locally in the project root and not encrypted by a password, I thought we only provided a path; I can update the doc if that's not the case.
closes #6
closes #9
end result should look like this: