feat: ability to create a project #9
							
								
								
									
										12
									
								
								.idea/dataSources.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								.idea/dataSources.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<project version="4">
 | 
			
		||||
  <component name="DataSourceManagerImpl" format="xml" multifile-model="true">
 | 
			
		||||
    <data-source source="LOCAL" name="todo_baggins@localhost" uuid="1658668c-c2b8-426d-a22f-16fbad9eff0b">
 | 
			
		||||
      <driver-ref>postgresql</driver-ref>
 | 
			
		||||
      <synchronize>true</synchronize>
 | 
			
		||||
      <jdbc-driver>org.postgresql.Driver</jdbc-driver>
 | 
			
		||||
      <jdbc-url>jdbc:postgresql://localhost:5432/todo_baggins</jdbc-url>
 | 
			
		||||
      <working-dir>$ProjectFileDir$</working-dir>
 | 
			
		||||
    </data-source>
 | 
			
		||||
  </component>
 | 
			
		||||
</project>
 | 
			
		||||
| 
					
	
	
	
	
	
	
	
	 | 
			||||
		Reference in New Issue
	
	Block a user
	
Consider using environment variables for database configuration.
Hardcoding the database URL in an IDE configuration file can lead to security issues. Consider using environment variables or a configuration management tool to manage sensitive information.