mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-04-04 12:03:23 +00:00
sync
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[alembic]
|
||||
script_location = alembic
|
||||
sqlalchemy.url = postgresql+asyncpg://appuser:password@db:5432/cyclingdb
|
||||
sqlalchemy.url = postgresql+asyncpg://postgres:password@db:5432/cycling
|
||||
|
||||
[loggers]
|
||||
keys = root
|
||||
@@ -8,6 +8,9 @@ keys = root
|
||||
[handlers]
|
||||
keys = console
|
||||
|
||||
[formatters]
|
||||
keys = generic
|
||||
|
||||
[logger_root]
|
||||
level = WARN
|
||||
handlers = console
|
||||
|
||||
Reference in New Issue
Block a user