successfully configured nflow
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
spring.application.name=tm
|
||||
debug=true
|
||||
logging.level.root=INFO
|
||||
debug=false
|
||||
|
||||
logging.level.org.springframework.boot.autoconfigure=INFO
|
||||
|
||||
server.port=6950
|
||||
@@ -41,3 +41,5 @@ erpnext.income.account=5111 - Sales Income - QPAY
|
||||
erpnext.cost.center=Main - QPAY
|
||||
erpnext.tax.account=VAT - QPAY
|
||||
erpnext.tax.rate=15.0
|
||||
|
||||
logging.level.root=WARN
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
spring.application.name=tm
|
||||
debug=true
|
||||
logging.level.root=INFO
|
||||
|
||||
logging.level.org.springframework.boot.autoconfigure=INFO
|
||||
|
||||
server.port=6950
|
||||
@@ -45,3 +45,5 @@ erpnext.tax.rate=15.0
|
||||
# JWT Configuration
|
||||
jwt.secret=your-super-secret-jwt-key-here-make-it-very-long-and-secure-in-production
|
||||
jwt.expiration=86400000
|
||||
|
||||
logging.level.root=WARN
|
||||
|
||||
12
src/main/resources/static/explorer/config.js
Normal file
12
src/main/resources/static/explorer/config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
var Config = new function() {
|
||||
this.refreshSeconds = 60;
|
||||
|
||||
this.nflowEndpoints = [
|
||||
{
|
||||
id: 'localhost',
|
||||
title: 'local nflow instance',
|
||||
apiUrl: '/api/nflow/api',
|
||||
docUrl: '/api/nflow/ui/doc/'
|
||||
},
|
||||
];
|
||||
};
|
||||
Reference in New Issue
Block a user