File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/india_api/internal/service Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Defines an API to help with building frontends pertaining to displaying wind and
10
10
### Configuration
11
11
12
12
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
14
14
Currently there is only one source adaptor
15
15
so there is nothing to configure.
16
16
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def post_generation(
97
97
98
98
All timestamps (Time) are in UTC.
99
99
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
101
101
effects from using live PV data.
102
102
"""
103
103
You can’t perform that action at this time.
0 commit comments