Skip to content

Commit 49bc806

Browse files
voiletvoilet
voilet
authored and
voilet
committed
更新参与者人名
1 parent 85c0a35 commit 49bc806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysite/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225

226226
django_path = os.getcwd()
227227
localhost_path = "%s/mysite/%s" % (django_path, "localhost.py")
228-
salt_config = "%s/mysite/%s" % (django_path, "salt_webconfig.py")
228+
salt_config = "%s/mysite/%s" % (django_path, "prod.py")
229229

230230
# from mongoengine import *
231231
# connect('config_center')

0 commit comments

Comments
 (0)