You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
685 B

# For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life
## defaults for _all_ profiles
[default]
address = "127.0.0.1"
limits = { form = "64 kB", json = "1 MiB" }
## set only when compiled in debug mode, i.e, `cargo build`
[debug]
port = 8870
## only the `json` key from `default` will be overridden; `form` will remain
limits = { json = "10MiB" }
## set only when the `nyc` profile is selected
[nyc]
port = 9001
## set only when compiled in release mode, i.e, `cargo build --release`
[release]
port = 9999
ip_header = false
[default.databases.sqlite_database_chirho]
url = "sqlite:db_chirho.sqlite"