summaryrefslogtreecommitdiff
path: root/stacks/tss/run.env.template
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/tss/run.env.template')
-rw-r--r--stacks/tss/run.env.template11
1 files changed, 11 insertions, 0 deletions
diff --git a/stacks/tss/run.env.template b/stacks/tss/run.env.template
new file mode 100644
index 0000000..09f266a
--- /dev/null
+++ b/stacks/tss/run.env.template
@@ -0,0 +1,11 @@
+#
+#
+# Stack Runtime Variables
+
+CLIENT_ID=
+DB_HOST=
+DB_PORT
+DB_USER=
+DB_PASSWORD=
+DB_BASE=
+CONNECTION=postgresql://$DB_USER:$DB_PASSWORD@$DB_HOST:$DB_PORT/$DB_BASE