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