Skip to content

Commit 57c022f

Browse files
committed
minor update
1 parent dd2364a commit 57c022f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Defines an API to help with building frontends pertaining to displaying wind and
1010
### Configuration
1111

1212
The application is configured via the use of environment variables.
13-
For the environment variable please set: `export DB_URL=postgresql://main:vPV%xXs6AiviZ8WP@127.0.0.1:5433/indiadbdevelopment` in bash
13+
For the environment variable please set: `export DB_URL=postgresql://localhost:5432` in bash
1414
Currently there is only one source adaptor
1515
so there is nothing to configure.
1616

src/india_api/internal/service/sites.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def post_generation(
9797
9898
All timestamps (Time) are in UTC.
9999
100-
**Note**: Users should wait up to 7 days to start experiencing the full
100+
**Note**: Users should wait up to 1 day(s) to start experiencing the full
101101
effects from using live PV data.
102102
"""
103103

0 commit comments

Comments
 (0)