Skip to content

Commit

Permalink
doc(main): Added documentation (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Jan 29, 2024
1 parent a6df4d8 commit 16edb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/fxorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ app:
modules:
orm:
driver: mysql # driver to use
dsn: user:pass@tcp(127.0.0.1:3306)/dbname?parseTime=True" # database DSN to connect to
dsn: "user:pass@tcp(127.0.0.1:3306)/dbname?parseTime=True" # database DSN to connect to
config:
dry_run: false # disabled by default
skip_default_transaction: false # disabled by default
Expand Down

0 comments on commit 16edb9b

Please sign in to comment.