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
Fixed an issue with comment marker
Fixed an issue with comment caracter and now coments should begin with # and a space like:
Co-Authored-By: thanasis bratsas <tbratsas@gmail.com>
# this is a comment
Update June 22, 2023
- Removed a variable that isn't been used (thanks to @matheusm)
- Added some more methods to direct access some variables (related to development)
- Organized the file to keep things as neat as possible
Update June 10, 2023
- Added 2 more pre-defined variables (Database_URL and Secret_Key)
- Changed Development function to isDevelopment to enhance the semantic of the function