mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
Implement basic configuration and storage structure
This commit is contained in:
7
internal/static/static.go
Normal file
7
internal/static/static.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package static
|
||||
|
||||
// These variables represent the values that may be changed using ldflags
|
||||
var (
|
||||
Version = "dev"
|
||||
EnvironmentVariablePrefix = "PASTY_"
|
||||
)
|
||||
Reference in New Issue
Block a user