Commit afcc388d by Torkel Ödegaard

Merge pull request #2308 from davewongillies/config_mysql_sessions

Minor update to documentation for MySQL sessions
parents 63f88000 5cd1c5c5
...@@ -327,7 +327,7 @@ This option should be configured differently depending on what type of ...@@ -327,7 +327,7 @@ This option should be configured differently depending on what type of
session provider you have configured. session provider you have configured.
- **file:** session file path, e.g. `data/sessions` - **file:** session file path, e.g. `data/sessions`
- **mysql:** go-sql-driver/mysql dsn config string, e.g. `user:password@tcp(127.0.0.1)/database_name` - **mysql:** go-sql-driver/mysql dsn config string, e.g. `user:password@tcp(127.0.0.1:3306)/database_name`
- **postgres:** ex: user=a password=b host=localhost port=5432 dbname=c sslmode=disable - **postgres:** ex: user=a password=b host=localhost port=5432 dbname=c sslmode=disable
If you use MySQL or Postgres as the session store you need to create the If you use MySQL or Postgres as the session store you need to create the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment