You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to setup the following yml struct (example):
shards:
-
user: "userA"
password: "passwordA"
-
user: "userB"
password: "passwordB"
userA, passwordA, userB, passwordB needs to be fetched from envs.
Are there any ways, how I can do this?
Something like this envs: SHARDS_1_USER, SHARDS_2_PASSWORD
The text was updated successfully, but these errors were encountered:
I need to setup the following yml struct (example):
shards:
-
user: "userA"
password: "passwordA"
-
user: "userB"
password: "passwordB"
userA, passwordA, userB, passwordB needs to be fetched from envs.
Are there any ways, how I can do this?
Something like this envs: SHARDS_1_USER, SHARDS_2_PASSWORD
The text was updated successfully, but these errors were encountered: