mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 23:33:34 +00:00 
			
		
		
		
	Db config
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -3,9 +3,10 @@ | |||||||
| ._* | ._* | ||||||
| node_modules | node_modules | ||||||
| core* | core* | ||||||
|  | config/development.json | ||||||
| dist | dist | ||||||
| webpack_stats.html | webpack_stats.html | ||||||
| data/* | data/* | ||||||
| yarn-error.log | yarn-error.log | ||||||
| yarn.lock | yarn.lock | ||||||
|  | tmp | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								config/default.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								config/default.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | |||||||
|  | { | ||||||
|  |     "database": { | ||||||
|  |         "engine": "mysql", | ||||||
|  |         "host": "db", | ||||||
|  |         "name": "npm", | ||||||
|  |         "user": "npm", | ||||||
|  |         "password": "npm", | ||||||
|  |         "port": 3306 | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										8
									
								
								config/my.cnf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								config/my.cnf
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | [mysqld] | ||||||
|  | skip-innodb | ||||||
|  | default-storage-engine=MyISAM | ||||||
|  | default-tmp-storage-engine=MyISAM | ||||||
|  | innodb=OFF | ||||||
|  | symbolic-links=0 | ||||||
|  | log-output=file | ||||||
|  |  | ||||||
		Reference in New Issue
	
	Block a user