Browse Source

removed 2 random files

0xdcarns 3 years ago
parent
commit
77aea1ba82
2 changed files with 0 additions and 23 deletions
  1. 0 9
      Dockerfile-builder
  2. 0 14
      defaultvalues.sh

+ 0 - 9
Dockerfile-builder

@@ -1,9 +0,0 @@
-#first stage - builder
-FROM golang:1.17
-ARG version
-WORKDIR /app
-COPY . .
-ENV GO111MODULE=auto
-
-# RUN GOOS=linux CGO_ENABLED=1 go build -tags debug -ldflags="-s -X 'main.version=$version'" -o netmaker main.go
-RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -X 'main.version=$version'" -o netmaker main.go

+ 0 - 14
defaultvalues.sh

@@ -1,14 +0,0 @@
-#!/bin/bash
-#Source this file if using default mongo settings from readme
-# if i've done my work correctly, this file will be defunct
-#  refer to config folder for new method
-export API_PORT=8081
-export GRPC_PORT=50051
-export MONGO_USER=mongoadmin
-export MONGO_PASS=mongopass
-export MONGO_HOST=localhost
-export MASTER_KEY=c4tsRc001
-export MONGO_PORT=27017
-export MONGO_OPTS='/?authSource=admin'
-export MASTER_TOKEN="mastertoken"
-export CREATE_KEY="newnode123"