From 35e1f63a03a1cf55fe72839523790d38c0cea21b Mon Sep 17 00:00:00 2001 From: jloup Date: Fri, 4 May 2018 12:23:35 +0200 Subject: [PATCH] Fix vault var name. --- cmd/ansible/conf.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ansible/conf.toml.j2 b/cmd/ansible/conf.toml.j2 index 7b048af..7c82f84 100644 --- a/cmd/ansible/conf.toml.j2 +++ b/cmd/ansible/conf.toml.j2 @@ -17,7 +17,7 @@ database=0 [api] domain="{{ app_domain }}" jwt_secret="{{ jwt_secret }}" -password_reset_secret="{{ reset_password_reset }}" +password_reset_secret="{{ password_reset_secret }}" free_sms_user="20996747" free_sms_pass="bM2ZPETB4zzWg3" -- 2.41.0