mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Removed HASH_SALT requirement.
This commit is contained in:
parent
50aa26e3fc
commit
c246b88329
2 changed files with 6 additions and 5 deletions
|
|
@ -39,7 +39,6 @@ Create an `.env` file with the following
|
|||
|
||||
```
|
||||
DATABASE_URL=(connection url)
|
||||
HASH_SALT=(any random string)
|
||||
```
|
||||
|
||||
The connection url is in the following format:
|
||||
|
|
@ -49,8 +48,6 @@ postgresql://username:mypassword@localhost:5432/mydb
|
|||
mysql://username:mypassword@localhost:3306/mydb
|
||||
```
|
||||
|
||||
The `HASH_SALT` is used to generate unique values for your installation.
|
||||
|
||||
This will also create a login account with username **admin** and password **umami**.
|
||||
|
||||
### Build the application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue