mirror of
				https://git.wownero.com/lza_menace/totrader.git
				synced 2024-08-15 00:33:13 +00:00 
			
		
		
		
	make improvements to dashboards and logic of trading script
This commit is contained in:
		
							parent
							
								
									e121cc8920
								
							
						
					
					
						commit
						2c1d398465
					
				
					 14 changed files with 3999 additions and 2171 deletions
				
			
		
							
								
								
									
										17
									
								
								grafana/provisioning/datasources/all.yaml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								grafana/provisioning/datasources/all.yaml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,17 @@
 | 
			
		|||
apiVersion: 1
 | 
			
		||||
 | 
			
		||||
datasources:
 | 
			
		||||
  - name: postgres
 | 
			
		||||
    type: postgres
 | 
			
		||||
    url: trader_postgres:5432
 | 
			
		||||
    database: trader
 | 
			
		||||
    user: trader
 | 
			
		||||
    secureJsonData:
 | 
			
		||||
      password: "trader"
 | 
			
		||||
    jsonData:
 | 
			
		||||
      sslmode: "disable"
 | 
			
		||||
      maxOpenConns: 0
 | 
			
		||||
      maxIdleConns: 2
 | 
			
		||||
      connMaxLifetime: 14400
 | 
			
		||||
      postgresVersion: 906
 | 
			
		||||
      timescaledb: false
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue