Update README
This commit is contained in:
parent
ccd4284769
commit
a929768bf7
21
README.md
21
README.md
@ -4,4 +4,23 @@ I just wanted a more convenient version of [DumbDo](https://dumbware.io/DumbDo)
|
||||
I could have completed tasks grouped by the "done date". That way when I need to talk
|
||||
in standup about what I did yesterday I can just look back at a list of bullet points.
|
||||
|
||||

|
||||

|
||||
|
||||
## Self Hosting
|
||||
|
||||
**Docker image coming soon**
|
||||
|
||||
### Configuration
|
||||
|
||||
#### Database
|
||||
|
||||
All database drivers supported thanks to Laravel. We don't have skill issues here.
|
||||
|
||||
```dotenv
|
||||
DB_CONNECTION=pgsql|mysql|sqlite
|
||||
DB_HOST=[IP]
|
||||
DB_PORT=[Port]
|
||||
DB_DATABASE=[DB name]
|
||||
DB_USERNAME=
|
||||
DB_PASSWORD=
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user