mirror of
https://github.com/CragglesG/url-shortener.git
synced 2024-11-25 06:23:41 +00:00
12 lines
512 B
XML
12 lines
512 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project version="4">
|
||
|
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
||
|
<data-source source="LOCAL" name="0@localhost" uuid="c906b92f-eb81-435d-b6a1-cb159b395045">
|
||
|
<driver-ref>redis</driver-ref>
|
||
|
<synchronize>true</synchronize>
|
||
|
<jdbc-driver>jdbc.RedisDriver</jdbc-driver>
|
||
|
<jdbc-url>jdbc:redis://localhost:6379/0</jdbc-url>
|
||
|
<working-dir>$ProjectFileDir$</working-dir>
|
||
|
</data-source>
|
||
|
</component>
|
||
|
</project>
|