mirror of https://github.com/statping/statping
				
				
				
			CLI fixes for PORT and IP/HOST
							parent
							
								
									fb2a9fe067
								
							
						
					
					
						commit
						622d697c6b
					
				| 
						 | 
				
			
			@ -1,3 +1,7 @@
 | 
			
		|||
# 0.90.50 (06-13-2020)
 | 
			
		||||
- Removed PORT, replaced with SERVER_PORT
 | 
			
		||||
- Removed HOST/IP, replaced with SERVER_IP
 | 
			
		||||
 | 
			
		||||
# 0.90.49 (06-12-2020)
 | 
			
		||||
- Added additional prometheus /metrics for better debugging
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,22 +0,0 @@
 | 
			
		|||
package main
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"github.com/statping/statping/types/checkins"
 | 
			
		||||
	"github.com/statping/statping/types/failures"
 | 
			
		||||
	"github.com/statping/statping/types/groups"
 | 
			
		||||
	"github.com/statping/statping/types/hits"
 | 
			
		||||
	"github.com/statping/statping/types/incidents"
 | 
			
		||||
	"github.com/statping/statping/types/messages"
 | 
			
		||||
	"github.com/statping/statping/types/notifications"
 | 
			
		||||
	"github.com/statping/statping/types/services"
 | 
			
		||||
	"github.com/statping/statping/types/users"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
	// DbSession stores the Statping database session
 | 
			
		||||
	DbModels []interface{}
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func init() {
 | 
			
		||||
	DbModels = []interface{}{&services.Service{}, &users.User{}, &hits.Hit{}, &failures.Failure{}, &messages.Message{}, &groups.Group{}, &checkins.Checkin{}, &checkins.CheckinHit{}, ¬ifications.Notification{}, &incidents.Incident{}, &incidents.IncidentUpdate{}}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +1 @@
 | 
			
		|||
0.90.49
 | 
			
		||||
0.90.50
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue