Add dotenv module to manage environment variables
This commit is contained in:
11
.idea/dataSources.xml
generated
Normal file
11
.idea/dataSources.xml
generated
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
||||
<data-source source="LOCAL" name="MySQL - fe_charts@localhost" uuid="ff79f341-c19f-47af-adc8-7de8f9471d5c">
|
||||
<driver-ref>mysql.8</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:mysql://localhost:3306/fe_charts</jdbc-url>
|
||||
</data-source>
|
||||
</component>
|
||||
</project>
|
Reference in New Issue
Block a user