readme+
This commit is contained in:
parent
d4b10728f2
commit
f4d61c9612
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ For example, if you want to set up GoWatch with Browserless, Apprise and a Postg
|
|||
## Database
|
||||
|
||||
By default, GoWatch will use an SQLite database, stored in the `/config` directory for the docker image.
|
||||
If you have only a few watches with schedules of a few minutes+ then SQLite is probably fine.
|
||||
If you have only a few watches with schedules of minutes+ then SQLite is probably fine.
|
||||
But with more watches, especially with shorter schedules, Gorm will start logging warnings about `SLOW SQL`, which are just warnings, but at that point it's probably better to switch to another database.
|
||||
|
||||
You can use another database by changing the `database.dsn` value in the config or `GOWATCH_DATABASE_DSN` environment variable, for example with a PostgreSQL database:
|
||||
|
|
Loading…
Add table
Reference in a new issue