Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Updated Environment and Configuration (markdown)
authored
Mar 29, 2017
by
Benjamin Rokseth
Hide whitespace changes
Inline
Side-by-side
Environment-and-Configuration.md
View page @
40fc60f3
# Environment and Configuration
A lot of the configuration is made through setting environment variables. See the various files in folder
`docker-compose`
for examples.
NB: ANY environment variable can be set/overridden in docker-compose by placing them in a file
`docker-compose/.env`
example:
```
KOHA_ADMINPASS=supersecret
```
## Env
### docker-compose.env - basic variables
...
...