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
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
I have seen many user having trouble when it comes to setting some env value like alt prefix and owners. The value of these env value will be changed from JSON array to something that is simpler. It will be a list separated with comma or semicolon. For example, owners env value will be like this:
OWNERS="366169273485361153, 390045370240991234"
This would probably be easier to setup for basic user than using JSON array format. I'm still open to any new and probably better ideas for env value parsing. So, if you have any great idea you want to share for the value parsing, just comment on this issue.
The text was updated successfully, but these errors were encountered:
I have seen many user having trouble when it comes to setting some env value like alt prefix and owners. The value of these env value will be changed from JSON array to something that is simpler. It will be a list separated with comma or semicolon. For example, owners env value will be like this:
This would probably be easier to setup for basic user than using JSON array format. I'm still open to any new and probably better ideas for env value parsing. So, if you have any great idea you want to share for the value parsing, just comment on this issue.
The text was updated successfully, but these errors were encountered: