mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
revert 196763057f7f531ec1df6b8bc5b62917fe6332a4
revert change db user and password to root
This commit is contained in:
parent
df399bd95b
commit
20a373a7ec
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
|
||||
RUN echo $'DB_HOST = 127.0.0.1\n\
|
||||
DB_NAME = catask\n\
|
||||
DB_USER = root\n\
|
||||
DB_PASS = root\n\
|
||||
DB_USER = catask\n\
|
||||
DB_PASS = catask\n\
|
||||
DB_PORT = 3306\n\
|
||||
ADMIN_PASSWORD = $ADMIN_PASSWORD\n\
|
||||
APP_SECRET = $(python3 -c "import secrets; print(secrets.token_hex())")' > .env
|
||||
|
|
Loading…
Add table
Reference in a new issue