Restructuring the Project
Updating dependencies
This commit is contained in:
15
Backend/example.config.ini
Normal file
15
Backend/example.config.ini
Normal file
@ -0,0 +1,15 @@
|
||||
[database]
|
||||
host=localhost
|
||||
database=openauth
|
||||
|
||||
[core]
|
||||
name = OpenAuthService
|
||||
|
||||
[web]
|
||||
port = 3000
|
||||
|
||||
[mail]
|
||||
server = mail.example.com
|
||||
username = test
|
||||
password = test
|
||||
port = 595
|
Reference in New Issue
Block a user