fix: s/vanigam/vanikam/
This commit is contained in:
parent
1fcf2e2009
commit
189d164ebc
2 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue