10 lines
126 B
TypeScript
10 lines
126 B
TypeScript
export default {
|
|
port: 8080,
|
|
use_ssl: false,
|
|
|
|
powered_by: {
|
|
enable: true,
|
|
text: 'Daton',
|
|
},
|
|
}
|