2021-12-21 13:48:28 +01:00
|
|
|
#!/bin/bash
|
|
|
|
### This is the configuration file for secrets, only your site should know
|
|
|
|
|
2022-01-10 14:54:09 +01:00
|
|
|
##Setting Network properties
|
|
|
|
export HOSTIP=$(MSYS_NO_PATHCONV=1 docker run --rm --add-host=host.docker.internal:host-gateway ubuntu cat /etc/hosts | grep 'host.docker.internal' | awk '{print $1}');
|
2021-12-21 13:48:28 +01:00
|
|
|
export HOST=
|
|
|
|
|
|
|
|
export site_name=
|
|
|
|
### Write the Project you want to start with the brigdehead
|
|
|
|
##Exmaple project=gbn
|
2022-01-10 14:54:09 +01:00
|
|
|
project=c4
|
2021-12-21 13:48:28 +01:00
|
|
|
|