Refactoring #34
					 2 changed files with 4 additions and 4 deletions
				
			
		Rename config shards in .gitignore
				commit
				
					
					
						4840021b08
					
				
			
		
							
								
								
									
										6
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -11,6 +11,6 @@ spaceapid | |||
| spaceapid-state.json | ||||
| 
 | ||||
| # Config shards | ||||
| credentials.json | ||||
| dynamic.json | ||||
| response.json | ||||
| config-credentials.json | ||||
| config-dynamic.json | ||||
| config-response.json | ||||
|  |  | |||
|  | @ -55,5 +55,5 @@ Set the environment variable to a comma-separated list of config files or pass t | |||
| ```shell | ||||
| env CONFIG_PATH=config-template.json go run . | ||||
| # OR | ||||
| go run . -c credentials.json,dynamic.json,response.json | ||||
| go run . -c config-credentials.json,config-dynamic.json,config-response.json | ||||
| ``` | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue