简体   繁体   中英

using in the Typesafe config file contents

As far as I know # in typesafe config is used to comment things. Is there a way to escape it and use it a values? Say I want to have a parameter with value:

DB_PASSWORD=Yo,10#

这就是引号的含义:

DB_PASSWORD="Yo,10#"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM