update gitirgnore
This commit is contained in:
parent
3a76859b39
commit
6f35f8436f
2 changed files with 4 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
||||||
# Ignore local ENV
|
# Ignore local ENV
|
||||||
env.local
|
docker.config
|
||||||
|
.env.local
|
||||||
|
.env.custom
|
||||||
|
|
||||||
# Ignore Custom Keycloak Realm
|
# Ignore Custom Keycloak Realm
|
||||||
keycloak/realm-export.json
|
keycloak/realm-export.json
|
||||||
|
|
2
setup.sh
2
setup.sh
|
@ -30,7 +30,7 @@ fi
|
||||||
echo ""
|
echo ""
|
||||||
echo "5. The installer will setup all scripts, so you can docker-compose up"
|
echo "5. The installer will setup all scripts, so you can docker-compose up"
|
||||||
echo ""
|
echo ""
|
||||||
FILE=env.local
|
FILE=docker.config
|
||||||
if [ -f "$FILE" ]; then
|
if [ -f "$FILE" ]; then
|
||||||
source $FILE
|
source $FILE
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue