9 lines
192 B
Bash
Executable File
9 lines
192 B
Bash
Executable File
#!/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"
|