From 8f0297ff197aace4635f77d665c667fa549da26f Mon Sep 17 00:00:00 2001 From: Moein zargarzadeh Date: Thu, 15 Feb 2024 10:34:43 +0330 Subject: [PATCH] add API_KEY_HASH env --- docker/custom-environment-variables.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/custom-environment-variables.yaml b/docker/custom-environment-variables.yaml index 08e03f34..5da74c71 100644 --- a/docker/custom-environment-variables.yaml +++ b/docker/custom-environment-variables.yaml @@ -2,6 +2,7 @@ api: host: 'HOSTNAME' port: 'SERVICE_PORT' + apiKeyHash: 'API_KEY_HASH' database: host: 'POSTGRES_HOST' port: 'POSTGRES_PORT'