Changement du nom de l'application Amber en "carnetdejeu"

This commit is contained in:
2018-09-04 12:12:17 +02:00
parent 6d4cadc2ae
commit ce890c07fd
7 changed files with 14 additions and 14 deletions

View File

@ -125,7 +125,7 @@ Amber::Server.configure do |settings|
# Logger: is the logger that Amber and other capable shards in the project will use
# instead of writing directly to STDOUT. Supply a custom logger to write to syslog, etc.
#
# settings.logger = Amber::Environment::Logger.new(File.open("cdj_carnetdejeu.log", "w"))
# settings.logger = Amber::Environment::Logger.new(File.open("carnetdejeu.log", "w"))
#
#
end