1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

Revert to vnc_auto.html

This commit is contained in:
Doro Wu
2015-05-19 16:13:07 +08:00
parent 5975848169
commit 0dcb2bf04d
25 changed files with 1337 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
class Default(object):
DEBUG = True
class Development(Default):
PHASE = 'development'
class Staging(Default):
PHASE = 'staging'
class Production(Default):
PHASE = 'production'
DEBUG = False