11 lines
336 B
Go
11 lines
336 B
Go
package main
|
|
|
|
// OutputDir the output directory where the built version of Authelia is located
|
|
var OutputDir = "dist"
|
|
|
|
// DockerImageName the official name of authelia docker image
|
|
var DockerImageName = "authelia/authelia"
|
|
|
|
// IntermediateDockerImageName local name of the docker image
|
|
var IntermediateDockerImageName = "authelia:dist"
|