You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this value resulted in a runtime error for me.
When I consulted the documentation I see the proper value is 'sqlite'.
Other things that may or may not be bugs:
The linked documentation states that the default driver is 'mysql', but here it is 'sqlite3'
The documentation says 'mssql' database is supported but it's not mentioned in the comment. The comment is either listing supported databases, or valid values for driver, but either way it's not correct.
I humbly suggest the following (I haven't verified the correctness though - i've never even used casdoor before)
database:
# Supported databases: MySQL, MSSQL, SQLite3, CockroachDB, and PostgreSQL
# Valid values for 'driver': mysql, sqlite, postgres (see database configuration documentation for details)
driver: mysql
The text was updated successfully, but these errors were encountered:
In the values.yaml is:
However, this value resulted in a runtime error for me.
When I consulted the documentation I see the proper value is 'sqlite'.
Other things that may or may not be bugs:
I humbly suggest the following (I haven't verified the correctness though - i've never even used casdoor before)
The text was updated successfully, but these errors were encountered: