You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alias db_local='CERT_LOCATION=$(pwd)/configs/cert.pem KEY_LOCATION=$(pwd)/configs/key.pem CONF_LOCATION=$(pwd)/configs/config_local.json go run $(pwd)/cmd/db/main.go'
alias server_local='CERT_LOCATION=$(pwd)/configs/cert.pem KEY_LOCATION=$(pwd)/configs/key.pem CONF_LOCATION=$(pwd)/configs/config_local.json go run $(pwd)/cmd/server/main.go'