fix: s/vanigam/vanikam/

This commit is contained in:
Aravinth Manivannan 2024-05-18 19:40:06 +05:30
parent 1fcf2e2009
commit 189d164ebc
Signed by: realaravinth
GPG key ID: F8F50389936984FF
2 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,11 @@
VANIGAM_debug=true
VANIGAM_source_code="https://git.batsense.net/libre-solutions/vanigam"
VANIGAM_allow_registration=true
VANIKAM_debug=true
VANIKAM_source_code="https://git.batsense.net/libre-solutions/vanigam"
VANIKAM_allow_registration=true
#DATABASE_URL=
VANIGAM_database_POOL=4
VANIKAM_database_POOL=4
PORT=7000
VANIGAM_server_DOMAIN="localhost:7000"
#VANIGAM_server_COOKIE_SECRET=
VANIGAM_server_IP="127.0.0.1"
VANIKAM_server_DOMAIN="localhost:7000"
#VANIKAM_server_COOKIE_SECRET=
VANIKAM_server_IP="127.0.0.1"

View file

@ -12,7 +12,7 @@ steps:
- rustup override set nightly
- rustup component add rustfmt
- rustup component add clippy
- export VANIGAM_server_COOKIE_SECRET="8190b05e070e1e2697ef6b436f2a2271d640dbd70dccf7827b5de932eef35d2e41d3"
- export VANIKAM_server_COOKIE_SECRET="8190b05e070e1e2697ef6b436f2a2271d640dbd70dccf7827b5de932eef35d2e41d3"
- make db.migrate
- make lint
- make test