feat: init project.
This commit is contained in:
18
config.yml.example
Normal file
18
config.yml.example
Normal file
@@ -0,0 +1,18 @@
|
||||
env: dev
|
||||
http:
|
||||
port: 7132
|
||||
|
||||
db:
|
||||
postgres:
|
||||
host: 192.168.31.194
|
||||
port: 5432
|
||||
database: blog
|
||||
username: blog
|
||||
password:
|
||||
redis:
|
||||
host: 192.168.31.194
|
||||
port: 6379
|
||||
password:
|
||||
prefix: blog
|
||||
workspaces:
|
||||
root: '/Users/ivanli/Projects/fennec/workspaces'
|
Reference in New Issue
Block a user