Skip to content

Commit 80b40cb

Browse files
committed
fix: updating .env.example
1 parent 055ca29 commit 80b40cb

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.env.example

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
LINKS_QUEUE="https://"
2-
AWS_REGION="eu-east-1"
3-
DB_TABLE_PAGE="Pages"
4-
DB_TABLE_WEBSITE="Websites"
1+
LINKS_QUEUE=
2+
AWS_REGION=eu-west-1
3+
DB_TABLE_PAGE=Pages
4+
DB_TABLE_WEBSITE=Websites
5+
ENVIRONMENT=local
6+
POSTGRES_PASSWORD=root
7+
POSTGRES_USER=root
8+
POSTGRES_HOST=localhost
9+
SQL_TABLE=webcrawler
10+
NEO4J_USER=neo4j
11+
NEO4J_PASSWORD=
12+
NEO4J_URL=neo4j://localhost

0 commit comments

Comments
 (0)