Skip to content
Snippets Groups Projects
Commit c41a203b authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

initial commit

parents
No related branches found
No related tags found
1 merge request!1Master
node_modules/
coverage/
stryker.log
*.DS_Store
\ No newline at end of file
image: node:latest
include:
- project: 'general/templates'
file: '/cicd/SAST-nodejs.gitlab-ci.yml'
- project: 'general/templates'
file: '/cicd/npm-audit.gitlab-ci.yml'
cache:
paths:
- node_modules/
stages:
- build
- test
build:
stage: build
script:
- npm install --production
test:
stage: test
before_script:
- npm install -g jest
script:
- jest
artifacts:
paths:
- docs/test-report.html
\ No newline at end of file
# config
Simple Config Log with HashiCorp Vault support.
## Installation
## Usage
## TODO
sonarqube
badges
bottom overwrites top
config.defaults.json
config.json
process.ENV
if value == "vault:", treat it as secret
\ No newline at end of file
This diff is collapsed.
{
"name": "config",
"version": "1.0.0",
"description": "Simple Config Log with HashiCorp Vault support",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"config",
"vault",
"env"
],
"author": "Dominik Sigmund",
"license": "ISC",
"dependencies": {
"vault": "^0.3.0"
},
"devDependencies": {
"jest": "^25.1.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment