Postgresql plugin with custom port #657
-
|
Hi I have started Arcadedb with postgresql plugin enabled. Since a postgresql instance is already running in my machine, it shows an error ' Unable to listen for connections using the configured ports '5432' on host '0.0.0.0' . Is there any option to enable postgresql plugin in a custom port other than 5432 on arcadedb startup. Regards |
Beta Was this translation helpful? Give feedback.
Answered by
lvca
Dec 6, 2022
Replies: 1 comment 1 reply
-
|
You can configure the port to be used with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lvca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can configure the port to be used with
-Darcadedb.postgres.port=3333. You can also change the default0.0.0.0by settingarcadedb.postgres.host