Delete .env.example
This commit is contained in:
parent
82209902d5
commit
92c3213384
20
.env.example
20
.env.example
@ -1,20 +0,0 @@
|
||||
# ── PostgreSQL Database Settings ─────────────────────────────────────────────
|
||||
DB_USER=postgres
|
||||
# The username your bot will use to connect to Postgres.
|
||||
# Default Postgres user is “postgres”, but you can lock it down.
|
||||
|
||||
DB_PASS=supersecret
|
||||
# The password for that DB_USER. Keep this strong and secret.
|
||||
|
||||
DB_NAME=lnbitsdb
|
||||
# The name of the database that holds your `config`, `plans`, and `subscriptions` tables.
|
||||
# On first run the `lnbitsdb` DB will be created automatically by the Postgres container.
|
||||
|
||||
DATABASE_URL=postgresql://${DB_USER}:${DB_PASS}@db:5432/${DB_NAME}
|
||||
# The full SQLAlchemy connection string your bot uses to open the database.
|
||||
# NOTE: “db” here is the service name from docker-compose, not “localhost”.
|
||||
|
||||
# ── Flask Web UI Settings ────────────────────────────────────────────────────
|
||||
FLASK_SECRET=someRandomStringForSessions
|
||||
# A random string (32+ chars) used by Flask to sign session cookies.
|
||||
# Change this to something unguessable before going into production.
|
Loading…
x
Reference in New Issue
Block a user