Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

[Features] New parser for some .env values #764

Closed
Mednoob opened this issue Feb 10, 2022 · 1 comment · Fixed by #753
Closed

[Features] New parser for some .env values #764

Mednoob opened this issue Feb 10, 2022 · 1 comment · Fixed by #753
Labels
enhancement New feature or request

Comments

@Mednoob
Copy link
Contributor

Mednoob commented Feb 10, 2022

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.

@Mednoob Mednoob added the enhancement New feature or request label Feb 10, 2022
@mzrtamp mzrtamp added enhancement New feature or request and removed enhancement New feature or request labels Feb 11, 2022
@mzrtamp mzrtamp linked a pull request Apr 1, 2022 that will close this issue
2 tasks
@Mednoob
Copy link
Contributor Author

Mednoob commented Apr 8, 2022

Feature added in commit 775fac8

@Mednoob Mednoob closed this as completed May 4, 2022
@mzrtamp mzrtamp changed the title [Features] New parser for some env values [Features] New parser for some .env values Mar 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants