Skip to content

Commit

Permalink
Remove references to slave
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din committed Apr 3, 2019
1 parent e6a051c commit da39a9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ ENV MYSQL_USER "aladhan"
ENV MYSQL_PASSWORD "aladhan"
ENV MYSQL_DATABASE "aladhan_locations"
ENV MYSQL_HOST "db1"
ENV MYSQL_SLAVE_USER "aladhan"
ENV MYSQL_SLAVE_PASSWORD "aladhan"
ENV MYSQL_SLAVE_DATABASE "aladhan_locations"
ENV MYSQL_SLAVE_HOST "db2"
ENV MEMCACHED_HOST "host"
ENV MEMCACHED_PORT "port"
ENV GOOGLE_API_KEY "key"
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ services:
MYSQL_PASSWORD: "aladhan"
MYSQL_DATABASE: "aladhan_locations"
MYSQL_HOST: "aa-db"
MYSQL_SLAVE_USER: "aladhan"
MYSQL_SLAVE_PASSWORD: "aladhan"
MYSQL_SLAVE_DATABASE: "aladhan_locations"
MYSQL_SLAVE_HOST: "aa-db"
MEMCACHED_HOST: "aa-memcached"
MEMCACHED_PORT: 11211
GOOGLE_API_KEY: "xyz"
Expand Down

0 comments on commit da39a9c

Please sign in to comment.