ruwebframe 0.1.0

A brief description of your crate.
Documentation
1
2
3
4
5
pub const FILE_PATH_ENV: &str = "./config/env.yml";
pub const FILE_PATH_DB_POSTGRES: &str = "./config/ichub-postgres.yml";
pub const FILE_PATH_DB_MYSQL: &str = "./config/ichub-mysql.yml";

pub const TOKEN_HEADER: &'static str = "Authorization";