```
MAXIMUM_NR_OF_OPS_IN_RANGE=2000
ADMINISTRATOR_EMAIL=jira...@gmail.com
MAXIMUM_NR_OF_THREADS=4
WEB_SERVER_PORT=8080
LAST_CHECKED_CODE_VERSION=6507
USR_DISK_SPACE=5242880
DEPLOY_CLUSTER=False
ADMINISTRATOR_NAME=admin
LAST_CHECKED_FILE_VERSION=2
URL_VALUE=postgresql+psycopg2://postgres:root@localhost:5432/tvb?user=rocky&password=rosa
ADMINISTRATOR_PASSWORD=[[md5 of password]]
SELECTED_DB=postgres
MAXIMUM_NR_OF_VERTICES_ON_SURFACE=300000
TVB_STORAGE=/home/rocky/TVB
```
Hi Lia! Thanks for your reply!
I copied the content of the pg_hba.conf file here.
I tried to change the METHOD to trust and run it again, but it still gave me an authentication error..
I am wondering whether the user identity could be the problem. Like, now, my username is "rocky", but when I modified my "pg_hba.conf" file, I am using the identity "postgres". When I ran the "tvb_start.sh" in "TVB_Distribution/bin", I also used the identity "rocky" instead of "postgres". Could it be a problem?
Thank you so much for your help! Looking forward to hearing from you~
Best Regards,
Yile
```
# TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all md5
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 md5
# Allow replication connections from localhost, by a user with the
# replication privilege.
local replication all md5
host replication all 127.0.0.1/32 trust
host replication all ::1/128 md5
```
--
You received this message because you are subscribed to the Google Groups "TVB Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tvb-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tvb-users/41439036-aac1-4a5e-b30d-8d030f4f628fn%40googlegroups.com.