The backend component to interface with the smart contract.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

dataSources.xml 541 B

il y a 2 mois
123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="DataSourceManagerImpl" format="xml" multifile-model="true">
  4. <data-source source="LOCAL" name="postgres@localhost" uuid="94d2e7f4-35ff-4539-829f-43905c948f13">
  5. <driver-ref>postgresql</driver-ref>
  6. <synchronize>true</synchronize>
  7. <jdbc-driver>org.postgresql.Driver</jdbc-driver>
  8. <jdbc-url>jdbc:postgresql://localhost:5432/postgres</jdbc-url>
  9. <working-dir>$ProjectFileDir$</working-dir>
  10. </data-source>
  11. </component>
  12. </project>