mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 01:48:09 +01:00
I was confused with the brackets, so I looked up an example on diesel directly. To omit that for future seekers, I provided an example.
parent
e56ba9f21b
commit
ece86d4f90
@ -6,6 +6,8 @@ To run the binary or container ensure the ```DATABASE_URL``` environment variabl
|
||||
```ini
|
||||
DATABASE_URL=postgresql://[[user]:[password]@]host[:port][/database]
|
||||
```
|
||||
An example docker run environment variable would be: ```-e 'DATABASE_URL=postgresql://postgresadmin:strongpassword@postgres:5432/bitwardenrs'```.
|
||||
|
||||
If your password contains special characters, you will need to use percentage encoding.
|
||||
|
||||
| ! | # | $ | % | & | ' | ( | ) | * | + | , | / | : | ; | = | ? | @ | [ | ] |
|
||||
|
Loading…
Reference in New Issue
Block a user