Skip to content

Commit

Permalink
Changed connection string to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandoks committed Dec 21, 2024
1 parent 778a7c4 commit 71ac419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HCLOUD_TOKEN=
# ----- Application Envs ----- #
# database credentials (postgres)
# postgresql://{username}:{password}@{host}:{port}/{database}
MAIN_DB_URL=postgresql://user:password@localhost:5432/main
MAIN_DB_URL=postgresql://admin:password@localhost:5432/main

# redis credentials
# redis://{username}:{password}@{host}:{port}
Expand Down

0 comments on commit 71ac419

Please sign in to comment.