Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3388900
D9187.id31081.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
604 B
Referenced Files
None
Subscribers
None
D9187.id31081.diff
View Options
diff --git a/docs/dev_environment.md b/docs/dev_environment.md
--- a/docs/dev_environment.md
+++ b/docs/dev_environment.md
@@ -413,7 +413,7 @@
```json
{
- "host": "localhost",
+ "host": "127.0.0.1",
"user": "comm",
"password": "password",
"database": "comm",
diff --git a/nix/mariadb-up-mac.nix b/nix/mariadb-up-mac.nix
--- a/nix/mariadb-up-mac.nix
+++ b/nix/mariadb-up-mac.nix
@@ -39,7 +39,7 @@
name = "db-config";
text = ''
{
- "host": "localhost",
+ "host": "127.0.0.1",
"user": "comm",
"password": "PASS",
"database": "comm",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 30, 4:33 PM (21 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2601174
Default Alt Text
D9187.id31081.diff (604 B)
Attached To
Mode
D9187: [docs] Use 127.0.0.1 in db_config.json instead of localhost
Attached
Detach File
Event Timeline
Log In to Comment