fix: rename root_secret -> admin_secret

This commit is contained in:
Lakhan Samani
2021-07-28 18:38:04 +05:30
parent 2cda3ca8f4
commit 87bfb821d6
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
package constants
var (
ROOT_SECRET = ""
ADMIN_SECRET = ""
ENV = ""
VERSION = ""
DATABASE_TYPE = ""