mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
update env variables
This commit is contained in:
parent
329f96c6ce
commit
c379b32c27
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ services:
|
||||||
| ---------------- | ------------------ | ----------------------------------------------------------------------------------- |
|
| ---------------- | ------------------ | ----------------------------------------------------------------------------------- |
|
||||||
| DB_TYPE | sqlite | The database type to be used. Current Options 'sqlite' |
|
| DB_TYPE | sqlite | The database type to be used. Current Options 'sqlite' |
|
||||||
| DEFAULT_GROUP | Home | The default group for users |
|
| DEFAULT_GROUP | Home | The default group for users |
|
||||||
| DEFAULT_USERNAME | changeme@email.com | The default username for the superuser |
|
| DEFAULT_EMAIL | changeme@email.com | The default username for the superuser |
|
||||||
| DEFAULT_PASSWORD | MyPassword | The default password for the superuser |
|
| DEFAULT_PASSWORD | MyPassword | The default password for the superuser |
|
||||||
| TOKEN_TIME | 2 | The time in hours that a login/auth token is valid |
|
| TOKEN_TIME | 2 | The time in hours that a login/auth token is valid |
|
||||||
| API_PORT | 9000 | The port exposed by backend API. **do not change this if you're running in docker** |
|
| API_PORT | 9000 | The port exposed by backend API. **do not change this if you're running in docker** |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue