Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Aug 17, 2024
1 parent 163d4c3 commit 55b6344
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"configurations": [
{
"type": "java",
"name": "Spring Boot-App<postgres-backup-tool>",
"name": "Spring Boot-App<postgres-azure-backup>",
"request": "launch",
"cwd": "${workspaceFolder}/server",
"mainClass": "io.github.mucsi96.postgresbackuptool.App",
"projectName": "postgres-backup-tool",
"projectName": "postgres-azure-backup",
"args": ""
}
]
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"port": 5432,
"driver": "PostgreSQL",
"name": "local",
"database": "postgres-backup-tool",
"database": "postgres-azure-backup",
"username": "postgres",
"password": "postgres"
}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const POSTGRES_DB = "postgres-backup-tool";
const POSTGRES_DB = "postgres-azure-backup";
const POSTGRES_USER = "postgres";
const POSTGRES_PASSWORD = "postgres";

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_docker_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
src=root_directory,
version=version,
tag_prefix="server",
image_name="postgres-backup-tool",
image_name="postgres-azure-backup",
docker_username=username,
docker_password=secrets["docker_password"],
github_access_token=sys.argv[1],
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.example</groupId>
<artifactId>postgres-backup-tool</artifactId>
<artifactId>postgres-azure-backup</artifactId>
<version>1.0-SNAPSHOT</version>

<parent>
Expand Down

0 comments on commit 55b6344

Please sign in to comment.