Skip to content

Commit

Permalink
Revert "restaurado"
Browse files Browse the repository at this point in the history
This reverts commit 7582770.
  • Loading branch information
jortilles committed May 20, 2024
1 parent 1e8d46b commit 6347a8e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions eda/eda_api/config/SMPT.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"host":"smtp.gmail.com","port":587,"secure":false,"auth":{"user":"","pass":""},"tls":{"rejectUnauthorized":false}}
4 changes: 4 additions & 0 deletions eda/eda_api/config/database.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
url: "xxxxx"
}
;
1 change: 1 addition & 0 deletions eda/eda_api/config/oracle-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports.EDA_ORACLE_CLIENT = '/eda/oracle/instantclient';
1 change: 1 addition & 0 deletions eda/eda_api/config/seed.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports.SEED = 'que-haces-mirando-esto?';
3 changes: 3 additions & 0 deletions eda/eda_app/src/app/config/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const URL_SERVICES = 'http://localhost:8666';
export const MAX_TABLE_ROWS_FOR_ALERT = 50000;

0 comments on commit 6347a8e

Please sign in to comment.