Skip to content

Commit

Permalink
.env: Change database name from wp_h7_riskprofiler to riskprofiler_db
Browse files Browse the repository at this point in the history
This is to match the database name originally used by HabitatSeven.
  • Loading branch information
anthonyfok committed Apr 23, 2024
1 parent cac97fd commit 50ce077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WP_PORT=80
DB_PORT=3306
PMA_PORT=8080
DB_ROOT_PASSWORD=db_root_password
DB_NAME=wp_h7_riskprofiler
DB_NAME=riskprofiler_db
WORDPRESS_HOST=riskprofiler.demo

# For these boolean values, use "true" for true, "0" or leave blank for false
Expand Down

0 comments on commit 50ce077

Please sign in to comment.