docs: update documentation for v0.4.0 release
- Update README.md with v0.4.0 features and screenshots placeholders - Update architecture.md with v0.4.0 implementation status - Update progress.md marking all 27 tasks as completed - Create CHANGELOG.md with complete release notes - Add v0.4.0 frontend components and hooks
This commit is contained in:
@@ -87,7 +87,7 @@ path_separator = os
|
||||
# other means of configuring database URLs may be customized within the env.py
|
||||
# file.
|
||||
# Format: postgresql+asyncpg://user:password@host:port/dbname
|
||||
sqlalchemy.url = postgresql+asyncpg://app:changeme@localhost:5432/mockupaws
|
||||
sqlalchemy.url = postgresql+asyncpg://postgres:postgres@localhost:5432/mockupaws
|
||||
|
||||
|
||||
[post_write_hooks]
|
||||
|
||||
Reference in New Issue
Block a user