use env var for startup script

This commit is contained in:
2022-06-07 12:41:20 +02:00
parent 35ba25ba9e
commit a257d2cefb
4 changed files with 14 additions and 6 deletions

2
backend/Cargo.lock generated
View File

@@ -398,7 +398,7 @@ dependencies = [
[[package]]
name = "cryptgeon"
version = "1.5.2"
version = "1.5.3"
dependencies = [
"actix-files",
"actix-web",

View File

@@ -1,6 +1,6 @@
[package]
name = "cryptgeon"
version = "1.5.2"
version = "1.5.3"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"