rm dto
This commit is contained in:
parent
c8b215cc43
commit
ef006abd10
|
|
@ -1,6 +0,0 @@
|
||||||
package dto
|
|
||||||
|
|
||||||
var loginCustomerRes struct {
|
|
||||||
AccessToken string `json:"access_token"`
|
|
||||||
RefreshToken string `json:"refresh_token"`
|
|
||||||
}
|
|
||||||
16
load_env.sh
16
load_env.sh
|
|
@ -1,16 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
dotenv() {
|
|
||||||
if [ -f .env ]; then
|
|
||||||
while IFS='=' read -r key value; do
|
|
||||||
if [[ ! -z "$key" && "$key" != \#* ]]; then
|
|
||||||
export "$key=$value"
|
|
||||||
fi
|
|
||||||
done < .env
|
|
||||||
else
|
|
||||||
echo ".env file not found."
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
dotenv
|
|
||||||
Loading…
Reference in New Issue
Block a user