feat: add .env.example
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
VIPER_CONFIG=your-viper-file-name-without-extension
|
||||
VIPER_CONFIG_TYPE=yaml
|
||||
ENV=dev
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
VIPER_CONFIG=your-viper-file-name-without-extension
|
||||
VIPER_CONFIG_TYPE=yaml
|
||||
ENV=dev
|
||||