diff --git a/.env.example b/.env.example index b36a780..b1167d8 100644 --- a/.env.example +++ b/.env.example @@ -6,4 +6,4 @@ DEFAULT_ADMIN_PASSWORD=admin APP_PORT=5581 API_PREFIX=/api DATA_DIR=/app/storage -DATABASE_URL=sqlite:////app/storage/routeros_backup_next.db \ No newline at end of file +DATABASE_URL=sqlite:////app/storage/db/routeros_backup_next.db \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3d1e910..97cd597 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,6 @@ frontend/.cache/ .vscode/ *.zip -docker-data/* \ No newline at end of file +docker-data/db/* +docker-data/*.rsc +docker-data/*.backup \ No newline at end of file