v0.13-dockerP2
This commit is contained in:
6
.env
6
.env
@@ -1,6 +1,6 @@
|
||||
DATABASE_URL="sqlite:/data/db/sqlite.db?mode=rwc"
|
||||
IMAGES_DIR="/data/images"
|
||||
DATABASE_URL="sqlite:../data-debug/db/sqlite.db?mode=rwc"
|
||||
IMAGES_DIR="../data-debug/images"
|
||||
CORS_URL="*"
|
||||
MEILI_URL="http://meili:7700"
|
||||
MEILI_URL="http://localhost:7700"
|
||||
MEILI_KEY="asdasdasd"
|
||||
BACKEND_URL="http://localhost:8081"
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ backend/sqlite.db
|
||||
dist/
|
||||
images/*
|
||||
data/*
|
||||
data-debug/*
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
# Cargo.lock
|
||||
|
||||
Reference in New Issue
Block a user