Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a core config package which will have all the constants #134

Open
MehulKChaudhari opened this issue Jan 5, 2025 · 0 comments
Open

Comments

@MehulKChaudhari
Copy link
Member

MehulKChaudhari commented Jan 5, 2025

Issue Description

Create a core config package move all const to this config package, then consume the configs

instead of this

SessionCookieName: os.Getenv("SESSION_COOKIE_NAME"),

We have to do something like this.
example:
https://github.com/Real-Dev-Squad/tiny-site-backend/blob/develop/config/core-config.go
https://github.com/Real-Dev-Squad/wisee-backend/blob/develop/src/config/core-config.go

@MehulKChaudhari MehulKChaudhari mentioned this issue Jan 5, 2025
10 tasks
@MehulKChaudhari MehulKChaudhari changed the title Create a core config package which can be consume by all the lambda's Create a core config package which will have all the constants Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant