diff --git a/tom.gat.CaddyFile b/tom.gat.CaddyFile new file mode 100644 index 0000000000000000000000000000000000000000..6701f6751ad1568496947d790cb164c30b763cf2 --- /dev/null +++ b/tom.gat.CaddyFile @@ -0,0 +1,13 @@ +:5433 { + ssl self_signed + + pool /postgres { + pool basic session + + address localhost:5432 + + username postgres + password password + database postgres + } +} \ No newline at end of file