Installation and configurations docs#167
Installation and configurations docs#167josecelano merged 1 commit intotorrust:developfrom josecelano:issue-166-installations-and-config-docs
Conversation
|
hi @WarmBeer I do not know where the env var DATABASE_URL=sqlite://storage/database/data.db?mode=rwcThe current installation guide: says you have to run that. I think the Is it something that maybe you were using for the database tests and it's not used anymore? |
Hey, I've just seen it's used by https://github.com/launchbadge/sqlx It's a little bit confusing that the same file is used by docker-compose and sqlx but for the time being I'm just going to explain it in the documentation. |
|
Hi @WarmBeer I think we should move another config option: [auth]
email_on_signup = "Optional"
min_password_length = 6
max_password_length = 64
secret_key = "MaxVerstappenWC2021"
...
[mail]
email_verification_enabled = false
from = "[email protected]"
reply_to = "[email protected]"
username = ""
password = ""
server = ""
port = 25I think w should move the |
Move installation and configuration docs to Rust Documentation Comments.