mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Revert postgres constant value
changes "postgresql" to "postgres"
This commit is contained in:
		
							parent
							
								
									a52a4d45c0
								
							
						
					
					
						commit
						58fd6c4ba5
					
				
							
								
								
									
										2
									
								
								app.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								app.go
									
									
									
									
									
								
							| @ -48,7 +48,7 @@ import ( | |||||||
| 
 | 
 | ||||||
| const ( | const ( | ||||||
| 	AuthPrefix      = "Bearer " | 	AuthPrefix      = "Bearer " | ||||||
| 	Postgres        = "postgresql" | 	Postgres        = "postgres" | ||||||
| 	Sqlite          = "sqlite3" | 	Sqlite          = "sqlite3" | ||||||
| 	updateInterval  = 5000 | 	updateInterval  = 5000 | ||||||
| 	HTTPReadTimeout = 30 * time.Second | 	HTTPReadTimeout = 30 * time.Second | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user