What's not ok:
At this everything is stored directly in code. That's not flexible at all.
How to fix:
Create two configuration files:
- public_config, where will be placed:
- authorities configuration (link to
telegram and vk.com api)
- secret_config, that will be ignored by git at all, where will be placed:
- login/passwords to systems
- secret access keys
What's not ok:
At this everything is stored directly in code. That's not flexible at all.
How to fix:
Create two configuration files:
telegramandvk.comapi)