feat: use postgres
This commit is contained in:
@@ -8,7 +8,9 @@ placeholders unless explicitly stated otherwise.
|
||||
Minimal local runtime:
|
||||
|
||||
```dotenv
|
||||
NOTIFICATION_REDIS_ADDR=127.0.0.1:6379
|
||||
NOTIFICATION_REDIS_MASTER_ADDR=127.0.0.1:6379
|
||||
NOTIFICATION_REDIS_PASSWORD=integration
|
||||
NOTIFICATION_POSTGRES_PRIMARY_DSN=postgres://notificationservice:notificationservice@127.0.0.1:5432/galaxy?search_path=notification&sslmode=disable
|
||||
NOTIFICATION_INTERNAL_HTTP_ADDR=:8092
|
||||
NOTIFICATION_USER_SERVICE_BASE_URL=http://127.0.0.1:8091
|
||||
|
||||
|
||||
Reference in New Issue
Block a user