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

config.example.json and requirements.txt not up to date #51

Open
AlexandreDoneux opened this issue Nov 7, 2024 · 1 comment
Open

config.example.json and requirements.txt not up to date #51

AlexandreDoneux opened this issue Nov 7, 2024 · 1 comment

Comments

@AlexandreDoneux
Copy link
Contributor

You have not kept your requirements.txt up to date with the necessary python library (and their versions).

The config example also needs some changes :

  • Add a "SQLALCHEMY_DATABASE_URI" default value. ex : "SQLALCHEMY_DATABASE_URI": "mysql://[email protected]/ictm_teaching". It will allow the user to use the create_db script without having to modify the config file.
  • The saml attributes are not correct and make the app unusable. These should be :
"attributes": {
      "sn": "lastName",
      "email": "email",
      "givenName": "firstName",
      "uid": "uid"
      },
@AlexandreDoneux
Copy link
Contributor Author

Not sure about the second point, will need to check that.

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