10 lines
187 B
Bash
10 lines
187 B
Bash
#
|
|
PORT=3001
|
|
#
|
|
KEYCLOAK_URL=http://localhost:8080
|
|
KEYCLOAK_REALM=appweb
|
|
KEYCLOAK_CLIENT_ID=gateway
|
|
KEYCLOAK_CLIENT_SECRET=IJQG0mzAdauXlyqh0NsSBpZnI2J8XoI7
|
|
#
|
|
SHOP_URL=http://localhost:8080
|