Skip to content

add secrets.json file for hiding data

Fixes #60 (closed)

Short description of what this resolves:

Hiding secret data using a JSON file. When using a VCS such as Git or SVN, there are some secret data that must never be versioned (whether the repository is public or private). This file should be created as it is not secure to store passwords and must be separated and kept in a different file.

Changes proposed in this pull request:

  • Created a file secrets.json at the root of the project
  • Added the secrets_key function to the settings module
  • Filled the settings by username, name and password

Checklist

  • My branch is up-to-date with the Upstream develop branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Merge request reports