2021-07-12 23:14:39 +03:00
|
|
|
DATABASE_URL = "postgres://postgres@localhost/zed"
|
2023-03-10 11:54:57 +03:00
|
|
|
DATABASE_MAX_CONNECTIONS = 5
|
2021-07-12 23:14:39 +03:00
|
|
|
HTTP_PORT = 8080
|
2022-05-20 02:57:46 +03:00
|
|
|
API_TOKEN = "secret"
|
|
|
|
INVITE_LINK_PREFIX = "http://localhost:3000/invites/"
|
2022-12-15 04:34:24 +03:00
|
|
|
ZED_ENVIRONMENT = "development"
|
2022-10-17 15:03:44 +03:00
|
|
|
LIVE_KIT_SERVER = "http://localhost:7880"
|
|
|
|
LIVE_KIT_KEY = "devkey"
|
|
|
|
LIVE_KIT_SECRET = "secret"
|
2024-02-15 23:53:57 +03:00
|
|
|
BLOB_STORE_ACCESS_KEY = "the-blob-store-access-key"
|
|
|
|
BLOB_STORE_SECRET_KEY = "the-blob-store-secret-key"
|
|
|
|
BLOB_STORE_BUCKET = "the-extensions-bucket"
|
|
|
|
BLOB_STORE_URL = "http://127.0.0.1:9000"
|
|
|
|
BLOB_STORE_REGION = "the-region"
|
2022-05-20 02:57:46 +03:00
|
|
|
|
|
|
|
# RUST_LOG=info
|
|
|
|
# LOG_JSON=true
|