init commit
This commit is contained in:
commit
439c894b39
37 changed files with 18468 additions and 0 deletions
10
conf.yml
Normal file
10
conf.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
db:
|
||||
user: root
|
||||
database: crimata
|
||||
cors:
|
||||
Access-Control-Allow-Origin: "*"
|
||||
Access-Control-Allow-Methods: "*"
|
||||
Access-Control-Allow-Headers: "*"
|
||||
port: 8080
|
||||
public: "ui"
|
||||
Loading…
Reference in a new issue