From 332748c33834bff291b16a8f9411d76248370dd9 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Tue, 13 Apr 2021 11:59:32 +0300 Subject: [PATCH] mv project to other organization --- README.md | 2 +- devops/dist/.env-dist | 2 +- devops/docker/.env | 2 +- docker-compose.yaml | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 778a49b..c9cd3d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# weather_history +# jsonrpc-weather-backend Source with a daily forecasts by the last 6 months diff --git a/devops/dist/.env-dist b/devops/dist/.env-dist index eb0d843..abc01b7 100644 --- a/devops/dist/.env-dist +++ b/devops/dist/.env-dist @@ -1,4 +1,4 @@ APP_ENV=dev APP_SECRET=a1def1573d162b7d97ed994df9d37949 -DATABASE_URL=mysql://root:rootroot@mysql:3306/weather_history?serverVersion=5.7 +DATABASE_URL=mysql://root:rootroot@mysql:3306/jsonrpc-weather-backend?serverVersion=5.7 diff --git a/devops/docker/.env b/devops/docker/.env index 4be7dd9..d036feb 100644 --- a/devops/docker/.env +++ b/devops/docker/.env @@ -1,4 +1,4 @@ -COMPOSE_PROJECT_NAME=weather_history +COMPOSE_PROJECT_NAME=jsonrpc-weather-backend PROJECT_ID=002 COMPOSE_DOCKER_CLI_BUILD=1 diff --git a/docker-compose.yaml b/docker-compose.yaml index f451350..88ae293 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,7 +10,6 @@ services: restart: on-failure environment: - MYSQL_USER: ${MYSQL_USER} MYSQL_ROOT_PASSWORD: ${MYSQL_PASSWORD} MYSQL_PASSWORD: ${MYSQL_PASSWORD} MYSQL_DATABASE: ${COMPOSE_PROJECT_NAME}