Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Config map for database DB_HOST = "database" DB_PORT = "5432" DB_NAME = "mygram" DB_USER = "postgres" DB_PASS = "pass" // Config map for server SRV_PORT = "3030" // Config for JWT JWT_SECRET_KEY = "bq8G]0P(_O2,zm{0A#$@ZPFMV^v<8wbR" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.