mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Adds useNullAsDefault to default sqlite config
This commit is contained in:
		| @@ -95,7 +95,8 @@ async function createDbConfigFromEnvironment() { | |||||||
| 						client:     'sqlite3', | 						client:     'sqlite3', | ||||||
| 						connection: { | 						connection: { | ||||||
| 							filename: envSqliteFile | 							filename: envSqliteFile | ||||||
| 						} | 						}, | ||||||
|  | 						useNullAsDefault: true | ||||||
| 					} | 					} | ||||||
| 				}; | 				}; | ||||||
| 				if (JSON.stringify(configData.database) === JSON.stringify(newConfig)) { | 				if (JSON.stringify(configData.database) === JSON.stringify(newConfig)) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user