We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155996a commit f915db9Copy full SHA for f915db9
gnucash/gnome-utils/dialog-file-access.c
@@ -40,8 +40,9 @@
40
41
static QofLogModule log_module = GNC_MOD_GUI;
42
43
-/* Flatpak build blocks access to the resolver so it can't retrieve
44
- * localhost's IP address.
+/* MariaDB/MySQL/Postgres optimize localhost to a unix socket but
+ * flatpak won't connect to unix sockets without gymnastics default to
45
+ * the localhost IP to force a network connection.
46
*/
47
#define DEFAULT_HOST "127.0.0.1"
48
#define DEFAULT_DATABASE PROJECT_NAME
0 commit comments