From 85ea845e3e9f080dc4480204131f4fe0f6ecdd6c Mon Sep 17 00:00:00 2001 From: cardosofede Date: Wed, 11 Oct 2023 11:37:49 -0300 Subject: [PATCH] (feat) change to generic email --- credentials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credentials.yml b/credentials.yml index 64a2400..eabdf25 100644 --- a/credentials.yml +++ b/credentials.yml @@ -10,4 +10,4 @@ credentials: password: abc # To be replaced with hashed password: hashed_passwords = stauth.Hasher(['abc', 'def']).generate() preauthorized: # the preferred way to add users since there is no need for manual hashing of passwords emails: - - operations@hummingbot.org + - admin@admin.com