Skip to content

Commit

Permalink
chore: fix example env
Browse files Browse the repository at this point in the history
  • Loading branch information
iben12 committed Oct 19, 2024
1 parent 1caad0e commit ed80a08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ TRANSMISSION_HOST=0.0.0.0
TRANSMISSION_USER=trss
TRANSMISSION_PASSWORD=trss


# for PSQL
PSQL_HOST=psql
PSQL_PORT=5432
PSQL_ROOT_PASSWORD=example
Expand All @@ -10,6 +12,14 @@ PSQL_PASSWORD=example
PSQL_DATABASE=trss
PSQL_SSLMODE=disable

# or MYSQL
MYSQL_HOST=0.0.0.0
MYSQL_PORT=13306
MYSQL_ROOT_PASSWORD=secret
MYSQL_USER=app
MYSQL_PASSWORD=trss
MYSQL_DATABASE=trss

RSS_FEED_ADDRESS=https://showrss.info/show/1499.rss

SLACK_CHANNEL=chatops
Expand Down

0 comments on commit ed80a08

Please sign in to comment.