mirror of
https://github.com/dnote/dnote
synced 2026-03-16 15:35:52 +01:00
* Implement operations * Implement digest endpoints * Implement digests reducer and basic page * Make note component reusable * Implement digest page * Add license * Fix style and accessbility * Fix loading * Fix query * Test * Remove debug
12 lines
212 B
Text
12 lines
212 B
Text
DBHost=localhost
|
|
DBPort=5433
|
|
DBName=dnote
|
|
DBUser=postgres
|
|
DBPassword=
|
|
|
|
SmtpUsername=mock-SmtpUsername
|
|
SmtpPassword=mock-SmtpPassword
|
|
SmtpHost=mock-SmtpHost
|
|
|
|
WebURL=http://localhost:3000
|
|
DisableRegistration=false
|