0.0.3 • Published 2 years ago

config64 v0.0.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

config64

import config64 from 'config64';

let config = {
  name: 'server config',
  version: '2022-02-02',
  greeting: 'hello',
  database_username: 'admin',
  database_password: '12345',
}

let configString = config64.encode(config);

// SERVER_CONFIG=${configString}

let importedConfig = config64.decode(configString);
0.0.3

2 years ago

0.0.2

2 years ago