Skip to content

Commit

Permalink
Docs formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jul 5, 2021
1 parent 5d3d46b commit 9516060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/operations-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ The `-storage` and `-dsn` flags together represent how the backend storage is co

* `-storage file`
Configures the file storage backend. This manages enrollment data in plain filesystem directories and files and has zero dependencies. The `-dsn` switch specifies the directory for the database.
Example `-storage file -dsn /path/to/my/db`
*Example:* `-storage file -dsn /path/to/my/db`
* `-storage mysql`
Configures the MySQL storage backend. The `-dsn` switch should be in the [format the SQL driver expects](https://github.com/go-sql-driver/mysql#dsn-data-source-name). Be sure to create your tables with the [schema.sql](../storage/mysql/schema.sql) file first.
Example `-storage mysql -dsn nanomdm:nanomdm/mymdmdb`
Configures the MySQL storage backend. The `-dsn` switch should be in the [format the SQL driver expects](https://github.com/go-sql-driver/mysql#dsn-data-source-name). Be sure to create your tables with the [schema.sql](../storage/mysql/schema.sql) file first.
*Example:* `-storage mysql -dsn nanomdm:nanomdm/mymdmdb`

#### Multiple backends:

Expand Down

0 comments on commit 9516060

Please sign in to comment.