mirror of
https://github.com/kristoferssolo/kristofersxyz-rs.git
synced 2026-02-04 06:42:06 +00:00
feat: add router
This commit is contained in:
9
config/base.toml
Normal file
9
config/base.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[application]
|
||||
port = 8000
|
||||
|
||||
[database]
|
||||
host = "127.0.0.1"
|
||||
port = 5432
|
||||
username = "postgres"
|
||||
password = "password"
|
||||
database_name = "kristofersxyz"
|
||||
5
config/local.toml
Normal file
5
config/local.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[application]
|
||||
host = "127.0.0.1"
|
||||
|
||||
[database]
|
||||
require_ssl = false
|
||||
5
config/productionn.toml
Normal file
5
config/productionn.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[application]
|
||||
host = "0.0.0.0"
|
||||
|
||||
[database]
|
||||
require_ssl = true
|
||||
Reference in New Issue
Block a user