Change configuration file to json format #3

Closed
opened 2023-10-12 08:11:02 -03:00 by nilopaim · 1 comment
There is no content yet.
nilopaim added the
enhancement
label 2023-10-12 08:11:02 -03:00
nilopaim self-assigned this 2023-10-12 08:11:02 -03:00
nilopaim added this to the apifiber project 2023-10-12 08:11:02 -03:00
nilopaim added this to the Implements evaluation transmissions milestone 2023-10-12 08:22:03 -03:00
Poster
Owner

Changed the format of the configuration files to json.

{
"release": [
{
"releasetype": "prod",
"data": {
"API_PORT": 8112,
"DB_HOST": "177.153.50.98",
"DB_DRIVER": "postgres",
"DB_USER": "pcast",
"DB_PASSWORD": "@407Smc837",
"DB_NAME": "pcast",
"DB_PORT": 5432
}
},
{
"releasetype": "homolog",
"data": {
"API_PORT": 8112,
"DB_HOST": "localhost",
"DB_DRIVER": "postgres",
"DB_USER": "pcast",
"DB_PASSWORD": "@407Smc837",
"DB_NAME": "pcast",
"DB_PORT": 5432
}
}
]
}

Changed the format of the configuration files to json. > { "release": [ { "releasetype": "prod", "data": { "API_PORT": 8112, "DB_HOST": "177.153.50.98", "DB_DRIVER": "postgres", "DB_USER": "pcast", "DB_PASSWORD": "@407Smc837", "DB_NAME": "pcast", "DB_PORT": 5432 } }, { "releasetype": "homolog", "data": { "API_PORT": 8112, "DB_HOST": "localhost", "DB_DRIVER": "postgres", "DB_USER": "pcast", "DB_PASSWORD": "@407Smc837", "DB_NAME": "pcast", "DB_PORT": 5432 } } ] }
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nilopaim/apifiber#3
There is no content yet.