feat: enhance contact form security and add animated hero
This commit is contained in:
parent
ea18dcdb8e
commit
8497cd819d
19 changed files with 320 additions and 112 deletions
11
.env.example
11
.env.example
|
|
@ -1,5 +1,6 @@
|
|||
NUXT_ANDROID_SMS_GATEWAY_LOGIN=""
|
||||
NUXT_ANDROID_SMS_GATEWAY_PASSWORD=""
|
||||
NUXT_ANDROID_SMS_GATEWAY_URL="" # including http(s)://
|
||||
NUXT_MY_PHONE_NUMBER=""
|
||||
NUXT_SUPER_SECRET_SALT="" #openssl rand -base64 60
|
||||
# Portfolio App Environment Variables
|
||||
NUXT_ANDROID_SMS_GATEWAY_URL=http://192.168.1.XXX:9090
|
||||
NUXT_ANDROID_SMS_GATEWAY_LOGIN=your_login
|
||||
NUXT_ANDROID_SMS_GATEWAY_PASSWORD=your_password
|
||||
NUXT_MY_PHONE_NUMBER=your_phone_number
|
||||
NUXT_SUPER_SECRET_SALT=your_secret_salt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue