Skip to content

Commit

Permalink
src: config: switch to sqlite db driver for default
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandrov Dmitriy <[email protected]>
  • Loading branch information
Insei authored and mikem-zed committed Nov 16, 2022
1 parent fa587ac commit b393bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ httpServer:
# Currently supports MySQL and SQLite db drivers
database:
entity:
driver: "mysql"
driver: "sqlite"
mysql:
dbName: "roldb"
username: "root"
Expand All @@ -21,7 +21,7 @@ database:
# If filename does not start with '/' then the path will be relative to the launch file
filename: "rol.db"
log:
driver: "mysql"
driver: "sqlite"
mysql:
dbName: "roldb_logs"
username: "root"
Expand Down

0 comments on commit b393bff

Please sign in to comment.