Skip to content

Commit

Permalink
chore: Switch hint marker to plain > marker
Browse files Browse the repository at this point in the history
  • Loading branch information
SloaneTribble committed Jun 20, 2024
1 parent a8d84da commit e6272d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/9-platform-engineering/9.1-backstage.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ a GitHub org to play around with. Each person going through the bootcamp will ne
- Deep Dive: Apply a custom theme
4. Push your instance of Backstage to a repo in your new GitHub Organization

?> By default, your Backstage instance will be configured to use SQLite to store data in-memory. If you would like your instance's data to be stored to your disc, you can specify a folder in your `app-config.yaml` as follows:
> By default, your Backstage instance will be configured to use SQLite to store data in-memory. If you would like your instance's data to be stored to your disc, you can specify a folder in your `app-config.yaml` as follows:
``` database:
client: better-sqlite3
# sqlite is configured by default to store in-memory
Expand Down

0 comments on commit e6272d5

Please sign in to comment.