Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed May 9, 2024
1 parent aa36457 commit 70c761b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions apps/semaphore/.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ W9_URL=appname.example.com
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####

## Semaphore official environment below
## more official environment refer to: https://docs.semui.co/administration-guide/installation#docker

SEMAPHORE_DB_USER=semaphore
SEMAPHORE_DB_PASS=$W9_POWER_PASSWORD
SEMAPHORE_DB_HOST=$W9_ID-mysql
Expand All @@ -25,13 +28,4 @@ SEMAPHORE_PLAYBOOK_PATH=/tmp/semaphore/
SEMAPHORE_ADMIN_PASSWORD=$W9_POWER_PASSWORD
SEMAPHORE_ADMIN_NAME=admin
SEMAPHORE_ADMIN_EMAIL=[email protected]
SEMAPHORE_ADMIN=admin
#SEMAPHORE_ACCESS_KEY_ENCRYPTION=gs72mPntFATGJs9qK0pQ0rKtfidlexiMjYCH9gWKhTU=
#SEMAPHORE_LDAP_ACTIVATED='no' # if you wish to use ldap, set to='yes'
#SEMAPHORE_LDAP_HOST=dc01.local.example.com
#SEMAPHORE_LDAP_PORT='636'
#SEMAPHORE_LDAP_NEEDTLS='yes'
#SEMAPHORE_LDAP_DN_BIND='uid=bind_user,cn=users,cn=accounts,dc=local,dc=shiftsystems,dc=net'
#SEMAPHORE_LDAP_PASSWORD='ldap_bind_account_password'
#SEMAPHORE_LDAP_DN_SEARCH='dc=local,dc=example,dc=com'
#SEMAPHORE_LDAP_SEARCH_FILTER="(\u0026(uid=%s)(memberOf=cn=ipausers,cn=groups,cn=accounts,dc=local,dc=example,dc=com))"
SEMAPHORE_ADMIN=admin

0 comments on commit 70c761b

Please sign in to comment.