forked from jan/cacert-devsetup
		
	Add proper quotes to .env file
This commit is contained in:
		
							parent
							
								
									5c924ee206
								
							
						
					
					
						commit
						e575eed7ff
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		
							
								
								
									
										14
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
										
									
									
									
								
							|  | @ -55,17 +55,17 @@ Variable | Usage | |||
| 
 | ||||
| 
 | ||||
| ```shell | ||||
| echo "CATCHALL_MAILBOX_PASSWORD=$(openssl rand -base64 18) | ||||
| echo "CATCHALL_MAILBOX_PASSWORD='$(openssl rand -base64 18)' | ||||
| CLIENT_CERT_EMAIL=user@example.org | ||||
| CLIENT_CERT_PASSWORD=$(openssl rand -base64 18) | ||||
| CLIENT_CERT_USERNAME="John Doe" | ||||
| MYSQL_WEBDB_PASSWORD=$(openssl rand -base64 18) | ||||
| CLIENT_CERT_PASSWORD='$(openssl rand -base64 18)' | ||||
| CLIENT_CERT_USERNAME='John Doe' | ||||
| MYSQL_WEBDB_PASSWORD='$(openssl rand -base64 18)' | ||||
| MYSQL_WEBDB_USER=cacert_dev | ||||
| MYSQL_CATS_PASSWORD=$(openssl rand -base64 18) | ||||
| MYSQL_CATS_PASSWORD='$(openssl rand -base64 18)' | ||||
| MYSQL_CATS_USER=cats | ||||
| MYSQL_MGR_PASSWORD=$(openssl rand -base64 18) | ||||
| MYSQL_MGR_PASSWORD='$(openssl rand -base64 18)' | ||||
| MYSQL_MGR_USER=cacert_mgr | ||||
| MYSQL_ROOT_PASSWORD=$(openssl rand -base64 18)" > .env | ||||
| MYSQL_ROOT_PASSWORD='$(openssl rand -base64 18)'" | sed 's@/@_@g' > .env | ||||
| ./setup_test_ca.sh | ||||
| docker-compose up | ||||
| ``` | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue