We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d6643 commit 1b9cc93Copy full SHA for 1b9cc93
2 files changed
.env
@@ -0,0 +1,8 @@
1
+POSTGRES_USER=postgres
2
+POSTGRES_PASSWORD=postgres
3
+DATABASE_USERNAME=fusionauth
4
+DATABASE_PASSWORD=hkaLBM3RVnyYeYeqE3WI1w2e4Avpy0Wd5O3s3
5
+ES_JAVA_OPTS="-Xms512m -Xmx512m"
6
+FUSIONAUTH_APP_MEMORY=512M
7
+
8
+FUSIONAUTH_APP_KICKSTART_FILE=/usr/local/fusionauth/kickstart/kickstart.json
.gitignore
@@ -100,13 +100,6 @@ web_modules/
100
# Yarn Integrity file
101
.yarn-integrity
102
103
-# dotenv environment variable files
104
-.env
105
-.env.development.local
106
-.env.test.local
107
-.env.production.local
108
-.env.local
109
-
110
# parcel-bundler cache (https://parceljs.org/)
111
.cache
112
.parcel-cache
0 commit comments