Use dotenv-vault
Host a .env online and wget/curl to fetch before running the app
Use Doppler(https://www.doppler.com/) + pm2
Use dotenv-vault
Host a .env online and wget/curl to fetch before running the app
Use Doppler(https://www.doppler.com/) + pm2
| { | |
| "sites": [ | |
| { | |
| "cid": "9d8fd790f1d6a10dc3dd04b8", | |
| "date": 1654413228615, | |
| "id": 1, | |
| "label": "Top Sites", | |
| "starred": false, | |
| "websites": [ | |
| { |
| package q10892; | |
| public class PrimeNumbers { | |
| public void primeInLimits(int low, int high) { | |
| //1212121 | |
| } |
| 123123 |
| // Abstract contract for the full ERC 20 Token standard | |
| // https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md | |
| pragma solidity ^0.4.21; | |
| contract EIP20Interface { | |
| /* This is a slight change to the ERC20 base standard. | |
| function totalSupply() constant returns (uint256 supply); | |
| is replaced with: | |
| uint256 public totalSupply; |
| <html> | |
| <head> | |
| <title> Hi </title> | |
| </head> | |
| <body> | |
| <h1> Hello Wolrd from Body </h1> | |
| <hr> | |
| <script> | |
| console.log("Hello World from Console"); | |
| </script> |
| /*! | |
| * Bootstrap v4.5.2 (https://getbootstrap.com/) | |
| * Copyright 2011-2020 The Bootstrap Authors | |
| * Copyright 2011-2020 Twitter, Inc. | |
| * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) | |
| */ | |
| @import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i"); | |
| :root { | |
| --blue: #007bff; | |
| --indigo: #6610f2; |
| [ | |
| { | |
| "id": 0, | |
| "empName": "James Murphy", | |
| "counsellor": "Adam Kate", | |
| "doj": "08/06/2009", | |
| "email": "[email protected]", | |
| "phone": "0123456789", | |
| "description": "An employee who deals with all bank incoming transactions" | |
| }, |