mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
fix: remove comments in env files (#1817)
This commit is contained in:
@@ -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
|
||||
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user