Skip to content

Commit 474807a

Browse files
Clean up .env.example by removing unused DB options
Removed commented-out PostgreSQL and MySQL configuration options from the example environment file.
1 parent 65666cf commit 474807a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.env.example

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,9 @@ DATABASE_URL=sqlite:///subscriptions.db
99

1010
# Option 2: PostgreSQL
1111
# DATABASE_URL=postgresql://subscription_tracker:subscription_tracker@postgres:5432/subscription_tracker
12-
# POSTGRES_DB=subscription_tracker
13-
# POSTGRES_USER=subscription_tracker
14-
# POSTGRES_PASSWORD=subscription_tracker
15-
# POSTGRES_PORT=5432
1612

1713
# Option 3: MariaDB/MySQL
1814
# DATABASE_URL=mysql+pymysql://subscription_tracker:subscription_tracker@mariadb:3306/subscription_tracker
19-
# MYSQL_DATABASE=subscription_tracker
20-
# MYSQL_USER=subscription_tracker
21-
# MYSQL_PASSWORD=subscription_tracker
22-
# MYSQL_ROOT_PASSWORD=root_password
23-
# MYSQL_PORT=3306
2415

2516
# Email Configuration (SMTP)
2617
MAIL_SERVER=smtp.gmail.com

0 commit comments

Comments
 (0)