add: .env.example
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# PLM Production Environment Variables
|
||||
# Copy this file to .env and fill in real values
|
||||
# DO NOT commit .env to git!
|
||||
|
||||
POSTGRES_USER=plm_admin
|
||||
POSTGRES_PASSWORD=<YOUR_SECURE_PASSWORD>
|
||||
POSTGRES_DB=plm_database
|
||||
GRAFANA_ADMIN=admin
|
||||
GRAFANA_PASSWORD=<YOUR_SECURE_PASSWORD>
|
||||
REDIS_PASSWORD=<YOUR_SECURE_PASSWORD>
|
||||
JWT_SECRET_KEY=<RUN: openssl rand -hex 64>
|
||||
DOMAIN=aifly.ren
|
||||
APP_ENV=production
|
||||
Reference in New Issue
Block a user