refactor .env usage due to unexpexted env values
This commit is contained in:
@ -1,15 +1,12 @@
|
||||
NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
# NODE_EXTRA_CA_CERTS=C:\\Users\\popov\\AppData\\Local\\mkcert
|
||||
|
||||
NEXT_PUBLIC_PROTOCOL=https
|
||||
PROTOCOL=https
|
||||
NEXT_PUBLIC_HOST=localhost
|
||||
NEXT_PUBLIC_PORT=3003
|
||||
NEXTAUTH_URL=https://localhost:3003
|
||||
PUBLIC_URL=https://localhost:3003
|
||||
|
||||
SSL_ENABLED=true
|
||||
TELEGRAM_BOT=true
|
||||
SSL_KEY=./certificates/localhost-key.pem
|
||||
SSL_CERT=./certificates/localhost.pem
|
||||
|
||||
DATABASE_URL=mysql://root:Zelen0ku4e@192.168.0.10:3306/cart_dev
|
||||
# DATABASE_URL=mysql://cart:cartpw@localhost:3306/cart
|
||||
# DATABASE_URL=mysql://cart:cartpw@localhost:3306/cart
|
Reference in New Issue
Block a user