Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix driver
  • Loading branch information
chriskapp committed May 17, 2020
1 parent 3e03c62 commit 4645497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Expand Up @@ -8,8 +8,8 @@ FUSIO_DB_NAME="fusio"
FUSIO_DB_USER="root"
FUSIO_DB_PW=""
FUSIO_DB_HOST="localhost"
# Drivers: mysql, pgsql, sqlsrv, oci8, sqlanywhere, sqlite3
FUSIO_DB_DRIVER="mysql"
# Drivers: pdo_mysql, pdo_pgsql, sqlsrv, oci8, sqlanywhere, pdo_sqlite
FUSIO_DB_DRIVER="pdo_mysql"

# Config (resources/config.yaml)
# Login provider
Expand Down

0 comments on commit 4645497

Please sign in to comment.