Skip to content

Commit

Permalink
Add logo with vulnerable env property removing
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Jan 12, 2024
1 parent d5822fc commit d1b8e96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
MODE=local

UPDATOR_PORT=37000
API_PORT=37001
API_ENCRYPTION_KEY=3ancp5j746kvs4pl2lgculyw7s63t817
API_ENCRYPTION_IV=afpu0gilihmk8k4h
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Backend
## 1. Outline
### 1.1. Introduction
![Nestia Logo](https://nestia.io/logo.png)

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/samchon/bbs-backend/tree/master/LICENSE)
[![Build Status](https://github.com/samchon/backend/workflows/build/badge.svg)](https://github.com/samchon/backend/actions?query=workflow%3Abuild)
[![Guide Documents](https://img.shields.io/badge/guide-documents-forestgreen)](https://nestia.io/docs/)

Template for a NodeJS Backend Server powered by:

Expand Down
1 change: 0 additions & 1 deletion src/MyGlobal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class MyGlobal {
}
interface IEnvironments {
MODE: "local" | "dev" | "real";
UPDATOR_PORT: `${number}`;
API_PORT: `${number}`;
API_ENCRYPTION_KEY: string;
API_ENCRYPTION_IV: string;
Expand Down

0 comments on commit d1b8e96

Please sign in to comment.