Compare commits
3
Commits
f39992275b
...
aa6a984d90
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa6a984d90
|
||
|
|
415161bc5a
|
||
|
|
83a7384d86
|
-12
@@ -1,12 +0,0 @@
|
|||||||
APP_ENV=production
|
|
||||||
BACKEND_PORT=8000
|
|
||||||
FRONTEND_URL=http://localhost:4200
|
|
||||||
RUST_LOG=debug
|
|
||||||
ALLOWED_ORIGINS=https://soaricarus.com,https://www.soaricarus.com,http://localhost:8000,http://127.0.0.1:8000
|
|
||||||
SECRET_MAIN_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h
|
|
||||||
ROOT_DIRECTORY=/home/icarus/mydata
|
|
||||||
POSTGRES_MAIN_USER=icarus
|
|
||||||
POSTGRES_MAIN_PASSWORD=password
|
|
||||||
POSTGRES_MAIN_DB=icarus_db
|
|
||||||
POSTGRES_MAIN_HOST=localhost
|
|
||||||
DATABASE_URL=postgres://${POSTGRES_MAIN_USER}:${POSTGRES_MAIN_PASSWORD}@${POSTGRES_MAIN_HOST}:5432/${POSTGRES_MAIN_DB}
|
|
||||||
@@ -3,6 +3,8 @@ name = "soaricarus_api"
|
|||||||
version = "0.5.2"
|
version = "0.5.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.95"
|
rust-version = "1.95"
|
||||||
|
license = "MIT"
|
||||||
|
description = "Core API for interacting with soaricarus"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { version = "0.8.9", features = ["multipart"] }
|
axum = { version = "0.8.9", features = ["multipart"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user