mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
fix: removed all occurrences of old domain
This commit is contained in:
@@ -7,9 +7,9 @@ import type * as Preset from "@docusaurus/preset-classic";
|
|||||||
const config: Config = {
|
const config: Config = {
|
||||||
title: "DataRush",
|
title: "DataRush",
|
||||||
tagline: "Изучите основы анализа данных здесь!",
|
tagline: "Изучите основы анализа данных здесь!",
|
||||||
favicon: "https://prod-team-15-2pc0i3lc.final.prodcontest.ru/dr.svg",
|
favicon: "https://datarush.itqdev.xyz/dr.svg",
|
||||||
|
|
||||||
url: "https://prod-team-15-2pc0i3lc.final.prodcontest.ru",
|
url: "https://datarush.itqdev.xyz",
|
||||||
baseUrl: "/docs/",
|
baseUrl: "/docs/",
|
||||||
|
|
||||||
organizationName: "megazord",
|
organizationName: "megazord",
|
||||||
@@ -38,12 +38,12 @@ const config: Config = {
|
|||||||
],
|
],
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
image: "https://prod-team-15-2pc0i3lc.final.prodcontest.ru/dr.svg",
|
image: "https://datarush.itqdev.xyz/dr.svg",
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "DataRush",
|
title: "DataRush",
|
||||||
logo: {
|
logo: {
|
||||||
alt: "DataRush",
|
alt: "DataRush",
|
||||||
src: "https://prod-team-15-2pc0i3lc.final.prodcontest.ru/dr.svg",
|
src: "https://datarush.itqdev.xyz/dr.svg",
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -721,7 +721,7 @@
|
|||||||
"variable": [
|
"variable": [
|
||||||
{
|
{
|
||||||
"key": "BASE_HOST",
|
"key": "BASE_HOST",
|
||||||
"value": "https://prod-team-15-2pc0i3lc.final.prodcontest.ru/api",
|
"value": "https://datarush.itqdev.xyz/api",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ domain = localhost
|
|||||||
enforce_domain = false
|
enforce_domain = false
|
||||||
|
|
||||||
# The full public facing url
|
# The full public facing url
|
||||||
root_url = https://prod-team-15-2pc0i3lc.final.prodcontest.ru/admin/grafana
|
root_url = https://datarush.itqdev.xyz/admin/grafana
|
||||||
|
|
||||||
# Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
|
# Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
|
||||||
serve_from_sub_path = true
|
serve_from_sub_path = true
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Ensure you have the following installed on your system:
|
|||||||
#### Clone the project
|
#### Clone the project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@gitlab.prodcontest.ru:team-15/project.git
|
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Go to the project directory
|
#### Go to the project directory
|
||||||
@@ -79,7 +79,7 @@ uv run gunicorn config.wsgi
|
|||||||
### Clone the project
|
### Clone the project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@gitlab.prodcontest.ru:team-15/project.git
|
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Go to the project directory
|
### Go to the project directory
|
||||||
@@ -119,7 +119,7 @@ Backend will be available on [127.0.0.1:8080](http://127.0.0.1:8080).
|
|||||||
### Clone the project
|
### Clone the project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@gitlab.prodcontest.ru:team-15/project.git
|
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Go to the project directory
|
### Go to the project directory
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Change all vars before going to production and remove all comments (!)
|
# Change all vars before going to production and remove all comments (!)
|
||||||
# Below all environment variables and default values
|
# Below all environment variables and default values
|
||||||
|
|
||||||
DOCKER_IMAGE=gitlab.prodcontest.ru:5050/team-15/project/custom-python
|
DOCKER_IMAGE=registry.gitlab.com/megazordpobeda/datarush/custom-python:latest
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Ensure you have the following installed on your system:
|
|||||||
#### Clone the project
|
#### Clone the project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@gitlab.prodcontest.ru:team-15/project.git
|
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Go to the project directory
|
#### Go to the project directory
|
||||||
@@ -71,7 +71,7 @@ uv run gunicorn config.wsgi
|
|||||||
### Clone the project
|
### Clone the project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@gitlab.prodcontest.ru:team-15/project.git
|
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Go to the project directory
|
### Go to the project directory
|
||||||
|
|||||||
@@ -8,5 +8,5 @@ BASE_DIR = Path(__file__).resolve().parent
|
|||||||
load_dotenv(BASE_DIR / ".env")
|
load_dotenv(BASE_DIR / ".env")
|
||||||
|
|
||||||
DOCKER_IMAGE = os.getenv(
|
DOCKER_IMAGE = os.getenv(
|
||||||
"DOCKER_IMAGE", default="gitlab.prodcontest.ru:5050/team-15/project/custom-python"
|
"DOCKER_IMAGE", default="registry.gitlab.com/megazordpobeda/datarush/custom-python:latest"
|
||||||
)
|
)
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ Plese note that containers will use ports from 13241 to 13245 and 8080, so there
|
|||||||
## Clone the project
|
## Clone the project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.prodcontest.ru/2025-final-projects-back/devitq.git
|
git clone git@gitlab.com:megazordpobeda/DataRush.git
|
||||||
```
|
```
|
||||||
|
|
||||||
## Go to the project directory
|
## Go to the project directory
|
||||||
|
|||||||
Reference in New Issue
Block a user