Adding the erb for app_config, note that before this file was in .gitignore, but now
environmental variables are being utilized. Former-commit-id: 819a94fb2a0ab92081ccec35c6a413367efb3856
This commit is contained in:
		
							parent
							
								
									962ee1a4d5
								
							
						
					
					
						commit
						55d0aefe6a
					
				| @ -1,11 +1,11 @@ | ||||
| default: &default | ||||
|   smtp_address: ENV['SMTP_ADDRESS'] | ||||
|   smtp_domain: ENV['SMTP_DOMAIN'] | ||||
|   smtp_port: ENV['SMTP_PORT'] | ||||
|   smtp_user_name: ENV['SMTP_USER_NAME']  | ||||
|   smtp_password: ENV['SMTP_PASSWORD']  | ||||
|   smtp_ssl: ENV['SMTP_SSL'] | ||||
|   default_url: ENV['DEFAULT_URL'] | ||||
|   smtp_address: <%= ENV['SMTP_ADDRESS'] %> | ||||
|   smtp_domain: <%= ENV['SMTP_DOMAIN'] %> | ||||
|   smtp_port: <%= ENV['SMTP_PORT'] %> | ||||
|   smtp_user_name: <%= ENV['SMTP_USER_NAME'] %> | ||||
|   smtp_password: <%= ENV['SMTP_PASSWORD'] %> | ||||
|   smtp_ssl: <%= ENV['SMTP_SSL'] %> | ||||
|   default_url: <%= ENV['DEFAULT_URL'] %> | ||||
| 
 | ||||
| development: | ||||
|   <<: *default | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user