Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

env npm

// como instalar localmente
npm i dotenv

// como usar dentro do arquivo .env
S3_BUCKET="YOURS3BUCKET"
SECRET_KEY="YOURSECRETKEYGOESHERE"

// como usar as informações em outros arquivos
require('dotenv').config()
Comment

PREVIOUS NEXT
Code Example
Shell :: git remove file from gitignore 
Shell :: how to print specific line from a file in bash 
Shell :: centos reboot 
Shell :: bash run a command every x second 
Shell :: how to install anything on kali linux 
Shell :: linux how to undeo ctrl+z 
Shell :: find out a branch a parent branch git 
Shell :: set zsh as default linux 
Shell :: git see current commit message 
Shell :: linux convert mp3 to ogg 
Shell :: how to filter 12 character words from file bash 
Shell :: bash get value after equal sign 
Shell :: how to uninstall all powershell modules 
Shell :: how to install winetricks 
Shell :: -bash: screen: command not found 
Shell :: remove users from linux 
Shell :: how to both add and commit in git 
Shell :: ngrok download authtoken 
Shell :: git change commit 
Shell :: how to copy a file to a remote server using the command line 
Shell :: which zsh theme im using 
Shell :: composer uninstall dev require 
Shell :: unrachive .tar.gz 
Shell :: symfony install website skeleton 
Shell :: linux login to github via git 
Shell :: format partition linux 
Shell :: bash arguments parsing 
Shell :: delete logs older than 7 days linux 
Shell :: show remote git 
Shell :: composer install ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =