mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
salt passwords using userid
This commit is contained in:
+7
-4
@@ -268,13 +268,16 @@ def getCurrentBranch():
|
||||
return ""
|
||||
|
||||
|
||||
class Keys:
|
||||
class Info:
|
||||
"""
|
||||
Contains information about the app
|
||||
|
||||
NOTE: This class initially written to load keys when running in build mode.
|
||||
TODO: Remove this class entirely, and implement functionality where needed.
|
||||
"""
|
||||
SWINGMUSIC_APP_VERSION = os.environ.get("SWINGMUSIC_APP_VERSION")
|
||||
GIT_LATEST_COMMIT_HASH = "<unset>"
|
||||
GIT_CURRENT_BRANCH = "<unset>"
|
||||
JWT_SECRET_KEY = (
|
||||
"swingmusic_secret_key" # REVIEW: This should be set in the environment
|
||||
)
|
||||
|
||||
@classmethod
|
||||
def load(cls):
|
||||
|
||||
Reference in New Issue
Block a user