Skip to content

Commit

Permalink
chore: remove useless config;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Aug 4, 2021
1 parent 57dedc9 commit 32db735
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ services:
DB_URI: mongodb://mongo:27017
DB_POOL_LIMIT: 100
SERVER_SECRET_SALT: Rewrite_Your_Own_Secret_Salt_abcdefg1234567
SUPER_ADMIN: laf-app
SUPER_ADMIN_PASSWORD: laf-app
LOG_LEVEL: debug
PORT: 8000
command: npm run init-start
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ services:
DB_URI: mongodb://mongo:27017
DB_POOL_LIMIT: 100
SERVER_SECRET_SALT: Rewrite_Your_Own_Secret_Salt_abcdefg1234567
SUPER_ADMIN: laf-app
SUPER_ADMIN_PASSWORD: laf-app
LOG_LEVEL: debug
PORT: 8000
command: npm run init-start
Expand Down
2 changes: 0 additions & 2 deletions packages/app-server/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ DB=laf-app
DB_URI=mongodb://localhost:27017
DB_POOL_LIMIT=10
SERVER_SALT=abcdefg1234567!@#$%^&sadfqwef&*^*#!@^
SUPER_ADMIN=less
SUPER_ADMIN_PASSWORD=less123
LOG_LEVEL=debug
PORT=8000
2 changes: 0 additions & 2 deletions packages/app-server/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ DB=laf-app
DB_URI=mongodb://localhost:27017
DB_POOL_LIMIT=10
SERVER_SALT=abcdefg1234567!@#$%^&sadfqwef&*^*#!@^
SUPER_ADMIN=less
SUPER_ADMIN_PASSWORD=less123
LOG_LEVEL=info
PORT=8000

0 comments on commit 32db735

Please sign in to comment.