From 20e8564c1513f4076b9e78dfdc2bb0e85de82960 Mon Sep 17 00:00:00 2001 From: laika Date: Thu, 5 Mar 2026 17:22:22 +1100 Subject: [PATCH] added .env with examples, updated data-source to be access a docker container instead of relying on loopback --- variables.env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 variables.env diff --git a/variables.env b/variables.env new file mode 100644 index 0000000..524dc65 --- /dev/null +++ b/variables.env @@ -0,0 +1,7 @@ +FLUXER_BOT_TOKEN=<> +POSTGRES_PASSWORD=<> +POSTGRES_ENDPOINT=postgres +PGADMIN_DEFAULT_EMAIL: <> +PGADMIN_DEFAULT_PASSWORD: <> +PGADMIN_CONFIG_SERVER_MODE: 'False' +PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED: 'False'