chore: Version auf 1.2.18 aktualisiert
This commit is contained in:
@@ -212,3 +212,10 @@ und dieses Projekt adhäriert zu [Semantic Versioning](https://semver.org/lang/d
|
||||
- Hervorhebung von Suchbegriffen in den Ergebnissen
|
||||
- Klickbare Links für Telefonnummern, E-Mail-Adressen und Adressen
|
||||
- Docker-Container für einfache Installation und Deployment
|
||||
|
||||
## [1.2.18] - 2024-03-19
|
||||
### Geändert
|
||||
- Version auf 1.2.18 aktualisiert
|
||||
|
||||
## [1.2.17] - 2024-03-19
|
||||
# ... existing code ...
|
@@ -19,7 +19,7 @@ Eine einfache und effiziente Kundensuche für medisoftware Kunden.
|
||||
|
||||
## Version
|
||||
|
||||
Aktuelle Version: 1.2.17
|
||||
Aktuelle Version: 1.2.18
|
||||
|
||||
## Installation
|
||||
|
||||
|
2
app.py
2
app.py
@@ -15,7 +15,7 @@ import markdown2
|
||||
app = Flask(__name__, static_folder='static')
|
||||
app.config['SECRET_KEY'] = os.environ.get('SECRET_KEY', 'dev')
|
||||
app.config['ALLOWED_IP_RANGES'] = os.getenv('ALLOWED_IP_RANGES', '192.168.0.0/16,10.0.0.0/8').split(',')
|
||||
app.config['VERSION'] = '1.2.17'
|
||||
app.config['VERSION'] = '1.2.18'
|
||||
app.config['DATABASE'] = 'data/customers.db'
|
||||
app.config['DATABASE_TIMEOUT'] = 20
|
||||
app.config['DATABASE_POOL_SIZE'] = 5
|
||||
|
Reference in New Issue
Block a user