From 69fc1ca57ec81044347131fa61f46780520486dc Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 8 Dec 2020 20:34:13 +0100 Subject: [PATCH] Add production dotenv config --- .env.production | 1 + 1 file changed, 1 insertion(+) create mode 100644 .env.production diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..5e587f2 --- /dev/null +++ b/.env.production @@ -0,0 +1 @@ +EJABBERD_API_URL='https://xmpp.kosmos.org/api'