Skip to content

Commit

Permalink
Fix/documentation build (#970)
Browse files Browse the repository at this point in the history
* fix: try adding the test db uri to the DocumentationConfig

Signed-off-by: F.N. Claessen <felix@seita.nl>

* style: clarify use of dummy config setting

Signed-off-by: F.N. Claessen <felix@seita.nl>

* fix: parseable dummy config setting

Signed-off-by: F.N. Claessen <felix@seita.nl>

---------

Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x authored Feb 2, 2024
1 parent 4304e06 commit 3f99ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flexmeasures/utils/config_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,4 @@ class TestingConfig(Config):

class DocumentationConfig(Config):
SECRET_KEY: str = "dummy-key-for-documentation"
SQLALCHEMY_DATABASE_URI: str = "postgresql://dummy:uri@for/documentation"

0 comments on commit 3f99ca9

Please sign in to comment.