From b8065ead79dc7b524c5ab94df01cd33772fc3843 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sun, 25 Jan 2026 17:25:57 -0600 Subject: [PATCH] Add develop db-url --- framework/develop.d/db-url | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 framework/develop.d/db-url diff --git a/framework/develop.d/db-url b/framework/develop.d/db-url new file mode 100755 index 0000000..c074e1a --- /dev/null +++ b/framework/develop.d/db-url @@ -0,0 +1,8 @@ +#!/bin/bash + +# This file belongs to the framework. You are not expected to modify it. + +set -eu + +# FIXME: don't hard code this of course +echo "postgres://diachron:diachron@localhost/diachron"