minor cleanup

This commit is contained in:
James Tombleson 2024-05-02 17:37:35 -07:00
parent f1f2142fdf
commit 4eff80c1fd
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ import (
)
const (
ServerAddress = "SERVER_ADDRESS"
ServerAddress = "ServerAddress"
Sql_Connection_String = "SQL_CONNECTION_STRING"
//Sql_Connection_String = "SQL_CONNECTION_STRING"
FEATURE_ENABLE_REDDIT_BACKEND = "FEATURE_ENABLE_REDDIT_BACKEND"
REDDIT_PULL_TOP = "REDDIT_PULL_TOP"