added webhooks, moved app name and verison to simple config file
This commit is contained in:
13
app/web/config.py
Normal file
13
app/web/config.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Application configuration and metadata.
|
||||
|
||||
Contains version information and other application-level constants
|
||||
that are managed by developers, not stored in the database.
|
||||
"""
|
||||
|
||||
# Application metadata
|
||||
APP_NAME = 'SneakyScanner'
|
||||
APP_VERSION = '1.0.0-phase5'
|
||||
|
||||
# Repository URL
|
||||
REPO_URL = 'https://git.sneakygeek.net/sneakygeek/SneakyScan'
|
||||
Reference in New Issue
Block a user