Skip to content

Commit c7b0470

Browse files
committed
ﮮ update: hooks
1 parent e87719c commit c7b0470

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hooks/post_gen_project.sh

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ fi
4444
#
4545

4646
echo_info "Setup env"
47-
cp env.example
4847
cp env.example .env
4948
echo """
5049
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# PostgreSQL Configuration
1+
# PostgreSQL Configuration (Default)
22
DB_HOST=localhost
33
DB_PORT=5432
44
DB_USERNAME=myusername
55
DB_PASSWORD=mypassword
66
DB_NAME=mydatabase
77

88
# Server Configuration
9-
SERVER_PORT=3000
9+
SERVER_PORT=8000
1010

0 commit comments

Comments
 (0)