new folder structure
This commit is contained in:
44
config/development/config.json
Normal file
44
config/development/config.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"database": {
|
||||
"url": "sqlite:///data/database/anime_dev.db",
|
||||
"pool_size": 5,
|
||||
"max_overflow": 10,
|
||||
"echo": true
|
||||
},
|
||||
"redis": {
|
||||
"url": "redis://localhost:6379/1",
|
||||
"socket_timeout": 10,
|
||||
"socket_connect_timeout": 10,
|
||||
"max_connections": 10
|
||||
},
|
||||
"logging": {
|
||||
"level": "DEBUG",
|
||||
"format": "detailed",
|
||||
"log_to_file": true,
|
||||
"log_to_console": true
|
||||
},
|
||||
"security": {
|
||||
"session_timeout": 86400,
|
||||
"csrf_enabled": false,
|
||||
"secure_cookies": false,
|
||||
"debug_mode": true
|
||||
},
|
||||
"performance": {
|
||||
"cache_timeout": 300,
|
||||
"enable_compression": false,
|
||||
"debug_toolbar": true
|
||||
},
|
||||
"downloads": {
|
||||
"max_concurrent": 3,
|
||||
"timeout": 1800,
|
||||
"retry_attempts": 2,
|
||||
"download_path": "data/temp/downloads",
|
||||
"temp_path": "data/temp"
|
||||
},
|
||||
"development": {
|
||||
"auto_reload": true,
|
||||
"debug_mode": true,
|
||||
"profiler_enabled": true,
|
||||
"mock_external_apis": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user