Remove unused file from template

main
jasonfoknxu 2 years ago
parent dc24f23de9
commit 917d965f88

14
.env

@ -1,14 +0,0 @@
# Settings
ENABLE_SSL=false
# Port number
HTTP_PORT=80
HTTPS_PORT=443
# SSL (path of SSL cert)
SSL_CERT=/etc/letsencrypt/live/api.domain.local/fullchain.pem
SSL_KEY=/etc/letsencrypt/live/api.domain.local/privkey.pem
# <!> Security Information (KEEP IN SECRET)
TOKEN_SECRET=8270E043ADCCB7A1C6A4B0466B88AB190813198A366A4935EB30A270DED4F9CD
TOKEN_TTL=3600

3
.gitignore vendored

@ -1,3 +1,6 @@
# Prevent uploading config with secret information
.env
# Compiled scripts
/dist

@ -1,14 +0,0 @@
# Settings
ENABLE_SSL=false
# Port number
HTTP_PORT=8080
HTTPS_PORT=8443
# SSL (path of SSL cert)
SSL_CERT=
SSL_KEY=
# <!> Security Information (KEEP IN SECRET)
TOKEN_SECRET=AP!_$ECRET
TOKEN_TTL=86400
Loading…
Cancel
Save