Skip to content

Commit

Permalink
feat: remove pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
wuranxu committed Jan 20, 2024
1 parent e7944e3 commit 0b79286
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf/dev.env
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# MySQL config
MYSQL_HOST="121.5.2.74"
MYSQL_HOST="localhost"
MYSQL_PORT=3306
MYSQL_USER="root"
MYSQL_PWD="wuranxu@33"
MYSQL_PWD=""
DBNAME="pity"

# Redis config
REDIS_ON=True
REDIS_HOST="121.5.2.74"
REDIS_HOST="localhost"
REDIS_PORT=7788
REDIS_DB=0
REDIS_PASSWORD="woodywu123"
REDIS_PASSWORD=""

# Github token
CLIENT_ID="c46c7ae33442d13498cd"
Expand Down

0 comments on commit 0b79286

Please sign in to comment.