i dont know
This commit is contained in:
parent
d784bc94fe
commit
c37a7ae1f0
@ -7,6 +7,11 @@
|
||||
<configured-by-url>true</configured-by-url>
|
||||
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:postgresql://localhost:5432/gandalf_reborn?logServerErrorDetail=True&password=root&user=root</jdbc-url>
|
||||
<jdbc-additional-properties>
|
||||
<property name="com.intellij.clouds.kubernetes.db.host.port" />
|
||||
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
|
||||
<property name="com.intellij.clouds.kubernetes.db.container.port" />
|
||||
</jdbc-additional-properties>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
<data-source source="LOCAL" name="0@localhost" uuid="83278897-40f2-4e21-8bf8-d664f37bfde1">
|
||||
@ -15,6 +20,11 @@
|
||||
<configured-by-url>true</configured-by-url>
|
||||
<jdbc-driver>jdbc.RedisDriver</jdbc-driver>
|
||||
<jdbc-url>jdbc:redis://localhost:6379/0</jdbc-url>
|
||||
<jdbc-additional-properties>
|
||||
<property name="com.intellij.clouds.kubernetes.db.host.port" />
|
||||
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
|
||||
<property name="com.intellij.clouds.kubernetes.db.container.port" />
|
||||
</jdbc-additional-properties>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
</component>
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders>
|
||||
<Path>../../../gandalf-reborn</Path>
|
||||
<Path>../../src</Path>
|
||||
</attachedFolders>
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Gandalf" type="CompoundRunConfigurationType">
|
||||
<toRun name="Suspectus.Gandalf.Mithrandir.Api: https" type="LaunchSettings" />
|
||||
<toRun name="Suspectus.Gandalf.Palantir.Api: https" type="LaunchSettings" />
|
||||
<toRun name="Suspectus.Gandalf.Mithrandir.Api: http" type="LaunchSettings" />
|
||||
<toRun name="Suspectus.Gandalf.Palantir.Api: http" type="LaunchSettings" />
|
||||
<toRun name="start" type="js.build_tools.npm" />
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
||||
Loading…
x
Reference in New Issue
Block a user