fix some dev enviornment issues

This commit is contained in:
2025-01-04 21:22:36 +00:00
parent 6f0f8fbd75
commit 09dd1a49c6

View File

@@ -18,6 +18,8 @@ RUST_LOG="web_frontend=debug,lib_core=debug,lib_auth=debug,lib_utils=debug,web_a
# e.g., "welcome" type of passwords.
# i.e., Encryption not needed.
SERVICE_LISTENER="0.0.0.0:3000"
SERVICE_API_RPC_URL="http://localhost:3000/api/rpc"
SERVICE_DB_URL="postgres://postgres:postgres@db/mediamanager"
DATABASE_URL="postgres://postgres:postgres@db/mediamanager"