fix: remove comments in env files (#1817)

This commit is contained in:
Matti Nannt
2023-12-21 16:39:30 +01:00
committed by GitHub
parent 15c91b798d
commit d36de1e54f
3 changed files with 1 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
/*
########################################################################
# ------------ MANDATORY (CHANGE ACCORDING TO YOUR SETUP) ------------#
########################################################################
@@ -138,5 +137,3 @@ ENTERPRISE_LICENSE_KEY=
# set to 1 to skip onboarding for new users
# ONBOARDING_DISABLED=1
*/

View File

@@ -1,8 +1,5 @@
version: "3.3"
# If you already have a local .env then please run this using
# docker compose --env-file /dev/null up
# This should be the same as below if you are running via docker compose up
x-webapp-url: &webapp_url http://localhost:3000

View File

@@ -10,7 +10,7 @@
"schema": "packages/database/schema.prisma"
},
"scripts": {
"clean": "turbo run clean && rimraf node_modules .turbo coverage",
"clean": "turbo run clean && rimraf node_modules .turbo coverage out",
"build": "turbo run build",
"post-install": "turbo run post-install",
"db:migrate:dev": "turbo run db:migrate:dev",