bridgehead/site.dev.conf

20 lines
572 B
Plaintext
Raw Normal View History

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 PROXY_URL=
2021-12-21 13:48:28 +01:00
export site_name=
### Write the Project you want to start with the brigdehead
##Exmaple project=gbn
project=
2021-12-21 13:48:28 +01:00
###secrets
## Connector Password
export CONNECTOR_POSTGRES_PASS=
##ID-Manager
#This needs to be set if the project is either c4 or dktk
export