plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
58 stars 7 forks source link

Documentation: .env is not specific to Redis #66

Closed perlDreamer closed 4 months ago

perlDreamer commented 4 months ago

The way the docs are organized, it looks like ving's .env file is a sub-topic of redis. It isn't, it's completely separate, so it should be at the same level. The note about how to configure redis correctly should stay where it is though.

rizen commented 4 months ago

Are you referring to this page? https://plainblack.github.io/ving/env.html

rizen commented 4 months ago

Oh no you're referring to https://plainblack.github.io/ving/installation.html#create-your-env-file

perlDreamer commented 4 months ago

Correct. On the installation page.

rizen commented 4 months ago

Ok, I believe this is fixed, but I'd like your confirmation. I've moved the .env to it's own section here:

https://plainblack.github.io/ving/installation#create-your-env-file

And then updated the other references to it in the Redis and MySQL sections.

Please close this if you believe it is fixed, or add a comment if you disagree.

perlDreamer commented 4 months ago

Nobody but you and I know what the "prod" and "dev" labels mean in that section of text.

rizen commented 4 months ago

Those are standard labels in the entire Node.js community, and I suspect elsewhere.