toml config

This commit is contained in:
2025-01-20 15:39:23 +08:00
parent b9cde3e874
commit b8b7f5c768
5 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
# Application configuration
app_name = "{{ cookiecutter.project_name }}"
debug = false
APP_NAME = "{{ cookiecutter.project_name }}"
DEBUG = false
SECRET_KEY = "your_secret_key"
# Add your custom configuration here