create creds.json with envvars
This commit is contained in:
		
							
								
								
									
										14
									
								
								creds.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								creds.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
{
 | 
			
		||||
  "hedns":{
 | 
			
		||||
    "username": "$HE_USERNAME",
 | 
			
		||||
    "password": "$HE_PASSWORD",
 | 
			
		||||
    "totp-key": "$HE_TOTPKEY"
 | 
			
		||||
  },
 | 
			
		||||
  "cloudflare": {
 | 
			
		||||
    "apitoken": "$CF_APITOKEN",
 | 
			
		||||
    "accountid": "$CF_ACCOUNTID"
 | 
			
		||||
  },
 | 
			
		||||
  "digitalocean": {
 | 
			
		||||
    "token": "$DO_TOKEN"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user