mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			678 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			678 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "database": {
 | |
|       "engine": "knex-native",
 | |
|       "knex": {
 | |
|         "client": "sqlite3",
 | |
|         "connection": {
 | |
|           "filename": "/app/config/mydb.sqlite"
 | |
|         },
 | |
|         "pool": {
 | |
|           "min": 0,
 | |
|           "max": 1,
 | |
|           "createTimeoutMillis": 3000,
 | |
|           "acquireTimeoutMillis": 30000,
 | |
|           "idleTimeoutMillis": 30000,
 | |
|           "reapIntervalMillis": 1000,
 | |
|           "createRetryIntervalMillis": 100,
 | |
|           "propagateCreateError": false
 | |
|         },
 | |
|         "migrations": {
 | |
|           "tableName": "migrations",
 | |
|           "stub": "src/backend/lib/migrate_template.js",
 | |
|           "directory": "src/backend/migrations"
 | |
|         }
 | |
|       }
 | |
|     }
 | |
| }
 |