Skip to content

Commit

Permalink
set "algorea" as the mysql user name in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
zenovich committed Mar 19, 2019
1 parent 790df63 commit 029788b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- image: circleci/golang:1.11
- image: circleci/mysql:5.6
environment:
MYSQL_USER: alg_ci_user
MYSQL_USER: algorea
MYSQL_PASSWORD: dummy_password
MYSQL_DATABASE: ci_db
MYSQL_ROOT_PASSWORD: root
environment:
ALGOREA_DATABASE.CONNECTION.ADDR: 127.0.0.1
ALGOREA_DATABASE.CONNECTION.USER: alg_ci_user
ALGOREA_DATABASE.CONNECTION.USER: algorea
ALGOREA_DATABASE.CONNECTION.PASSWD: dummy_password
ALGOREA_DATABASE.CONNECTION.DBNAME: ci_db
ALGOREA_LOGGING.FORMAT: json
Expand Down

0 comments on commit 029788b

Please sign in to comment.