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

Added single config file #45

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

leonxx-dev
Copy link
Contributor

Created config folder for storing all the .env variables and ID's. There is an index file where all variables are defined and exported for future use in the project.

Also, I went through all the projects and applied a new config to all project folders and files.

Old folders with role and channel IDs are removed.

Now if the developers start works on the project they can create development.ts file under the config folder and copy all the data from production.ts and fill in their own values. development.ts file is in .gitignore file so we don't need all the time change ID's, once you set up a dev env you don't need to worry about it anymore.

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

Successfully merging this pull request may close these issues.

1 participant