Skip to content

Commit

Permalink
gh-actions: mysql root password
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Mar 25, 2021
1 parent 289ccf5 commit 7c6a3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ emg:
ENGINE: 'django.db.backends.mysql'
NAME: 'emg'
USER: 'root'
# PASSWORD: 'secret'
PASSWORD: 'root'
HOST: 127.0.0.1
PORT: 3306
era:
Expand Down

0 comments on commit 7c6a3bf

Please sign in to comment.